Class protos.google.cloud.channel.v1.CloudIdentityInfo

Represents a CloudIdentityInfo.

Package

@google-cloud/channel!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.channel.v1.ICloudIdentityInfo);

Constructs a new CloudIdentityInfo.

Parameter
TypeNameDescription
ICloudIdentityInfoproperties

Properties to set

Properties

adminConsoleUri

public adminConsoleUri: string;

CloudIdentityInfo adminConsoleUri.

Property Value
TypeDescription
string

alternateEmail

public alternateEmail: string;

CloudIdentityInfo alternateEmail.

Property Value
TypeDescription
string

customerType

public customerType: (google.cloud.channel.v1.CloudIdentityInfo.CustomerType|keyof typeof google.cloud.channel.v1.CloudIdentityInfo.CustomerType);

CloudIdentityInfo customerType.

Property Value
TypeDescription
(google.cloud.channel.v1.CloudIdentityInfo.CustomerType|keyof typeof google.cloud.channel.v1.CloudIdentityInfo.CustomerType)

eduData

public eduData?: (google.cloud.channel.v1.IEduData|null);

CloudIdentityInfo eduData.

Property Value
TypeDescription
(google.cloud.channel.v1.IEduData|null)

isDomainVerified

public isDomainVerified: boolean;

CloudIdentityInfo isDomainVerified.

Property Value
TypeDescription
boolean

languageCode

public languageCode: string;

CloudIdentityInfo languageCode.

Property Value
TypeDescription
string

phoneNumber

public phoneNumber: string;

CloudIdentityInfo phoneNumber.

Property Value
TypeDescription
string

primaryDomain

public primaryDomain: string;

CloudIdentityInfo primaryDomain.

Property Value
TypeDescription
string

Methods

create(properties)

public static create(properties?: google.cloud.channel.v1.ICloudIdentityInfo): google.cloud.channel.v1.CloudIdentityInfo;

Creates a new CloudIdentityInfo instance using the specified properties.

Parameter
TypeNameDescription
ICloudIdentityInfoproperties

Properties to set

Returns
TypeDescription
google.cloud.channel.v1.CloudIdentityInfo

CloudIdentityInfo instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.channel.v1.CloudIdentityInfo;

Decodes a CloudIdentityInfo message from the specified reader or buffer.

Parameters
TypeNameDescription
($protobuf.Reader|Uint8Array)reader

Reader or buffer to decode from

numberlength

Message length if known beforehand

Returns
TypeDescription
google.cloud.channel.v1.CloudIdentityInfo

CloudIdentityInfo

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.channel.v1.CloudIdentityInfo;

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

Parameter
TypeNameDescription
($protobuf.Reader|Uint8Array)reader

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.channel.v1.CloudIdentityInfo

CloudIdentityInfo

encode(message, writer)

public static encode(message: google.cloud.channel.v1.ICloudIdentityInfo, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified CloudIdentityInfo message. Does not implicitly messages.

Parameters
TypeNameDescription
ICloudIdentityInfomessage

CloudIdentityInfo message or plain object to encode

$protobuf.Writerwriter

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.channel.v1.ICloudIdentityInfo, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified CloudIdentityInfo message, length delimited. Does not implicitly messages.

Parameters
TypeNameDescription
ICloudIdentityInfomessage

CloudIdentityInfo message or plain object to encode

$protobuf.Writerwriter

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.channel.v1.CloudIdentityInfo;

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

Parameter
TypeNameDescription
{ [k: string]: any }object

Plain object

Returns
TypeDescription
google.cloud.channel.v1.CloudIdentityInfo

CloudIdentityInfo

toJSON()

public toJSON(): { [k: string]: any };

Converts this CloudIdentityInfo to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.channel.v1.CloudIdentityInfo, options?: $protobuf.IConversionOptions): { [k: string]: any };

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

Parameters
TypeNameDescription
google.cloud.channel.v1.CloudIdentityInfomessage

CloudIdentityInfo

$protobuf.IConversionOptionsoptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a CloudIdentityInfo message.

Parameter
TypeNameDescription
{ [k: string]: any }message

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not