Skip to main content

Class: ServiceAccountNamespaceAssignment

identity.v1.ServiceAccountNamespaceAssignment

Represents a ServiceAccountNamespaceAssignment.

Implements

Constructors

constructor

new ServiceAccountNamespaceAssignment(properties?): ServiceAccountNamespaceAssignment

Constructs a new ServiceAccountNamespaceAssignment.

Parameters

NameTypeDescription
properties?IServiceAccountNamespaceAssignmentProperties to set

Returns

ServiceAccountNamespaceAssignment

Properties

id

id: string

The ID of the service account.

Implementation of

IServiceAccountNamespaceAssignment.id


inheritedAccess

inheritedAccess: boolean

True if the service account has inherited access to the namespace through an account or project role.

Implementation of

IServiceAccountNamespaceAssignment.inheritedAccess


name

name: string

The name of the service account.

Implementation of

IServiceAccountNamespaceAssignment.name


namespaceAccess

Optional namespaceAccess: null | INamespaceAccess

The access assigned to the service account at the namespace level.

Implementation of

IServiceAccountNamespaceAssignment.namespaceAccess


resourceVersion

resourceVersion: string

The current resource version of the service account.

Implementation of

IServiceAccountNamespaceAssignment.resourceVersion

Methods

toJSON

toJSON(): Object

Converts this ServiceAccountNamespaceAssignment to JSON.

Returns

Object

JSON object


create

create(properties?): ServiceAccountNamespaceAssignment

Creates a new ServiceAccountNamespaceAssignment instance using the specified properties.

Parameters

NameTypeDescription
properties?IServiceAccountNamespaceAssignmentProperties to set

Returns

ServiceAccountNamespaceAssignment

ServiceAccountNamespaceAssignment instance


decode

decode(reader, length?): ServiceAccountNamespaceAssignment

Decodes a ServiceAccountNamespaceAssignment message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

ServiceAccountNamespaceAssignment

ServiceAccountNamespaceAssignment

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): ServiceAccountNamespaceAssignment

Decodes a ServiceAccountNamespaceAssignment message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

ServiceAccountNamespaceAssignment

ServiceAccountNamespaceAssignment

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


encode

encode(message, writer?): Writer

Encodes the specified ServiceAccountNamespaceAssignment message. Does not implicitly temporal.api.cloud.identity.v1.ServiceAccountNamespaceAssignment.verify|verify messages.

Parameters

NameTypeDescription
messageIServiceAccountNamespaceAssignmentServiceAccountNamespaceAssignment message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified ServiceAccountNamespaceAssignment message, length delimited. Does not implicitly temporal.api.cloud.identity.v1.ServiceAccountNamespaceAssignment.verify|verify messages.

Parameters

NameTypeDescription
messageIServiceAccountNamespaceAssignmentServiceAccountNamespaceAssignment message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): ServiceAccountNamespaceAssignment

Creates a ServiceAccountNamespaceAssignment message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

ServiceAccountNamespaceAssignment

ServiceAccountNamespaceAssignment


getTypeUrl

getTypeUrl(typeUrlPrefix?): string

Gets the default type url for ServiceAccountNamespaceAssignment

Parameters

NameTypeDescription
typeUrlPrefix?stringyour custom typeUrlPrefix(default "type.googleapis.com")

Returns

string

The default type url


toObject

toObject(message, options?): Object

Creates a plain object from a ServiceAccountNamespaceAssignment message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageServiceAccountNamespaceAssignmentServiceAccountNamespaceAssignment
options?IConversionOptionsConversion options

Returns

Object

Plain object