Class ContactInfo (3.3.1)

public final class ContactInfo extends GeneratedMessageV3 implements ContactInfoOrBuilder

Contact information for a customer account.

Protobuf type google.cloud.channel.v1.ContactInfo

Fields

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

EMAIL_FIELD_NUMBER

public static final int EMAIL_FIELD_NUMBER
Field Value
TypeDescription
int

FIRST_NAME_FIELD_NUMBER

public static final int FIRST_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

LAST_NAME_FIELD_NUMBER

public static final int LAST_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

PHONE_FIELD_NUMBER

public static final int PHONE_FIELD_NUMBER
Field Value
TypeDescription
int

TITLE_FIELD_NUMBER

public static final int TITLE_FIELD_NUMBER
Field Value
TypeDescription
int

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstance()

public static ContactInfo getDefaultInstance()
Returns
TypeDescription
ContactInfo

getDefaultInstanceForType()

public ContactInfo getDefaultInstanceForType()
Returns
TypeDescription
ContactInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

getDisplayName()

public String getDisplayName()

Output only. The customer account contact's display name, formatted as a combination of the customer's first and last name.

string display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Output only. The customer account contact's display name, formatted as a combination of the customer's first and last name.

string display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for displayName.

getEmail()

public String getEmail()

The customer account's contact email. Required for entitlements that create admin.google.com accounts, and serves as the customer's username for those accounts. Use this email to invite Team customers.

string email = 5;

Returns
TypeDescription
String

The email.

getEmailBytes()

public ByteString getEmailBytes()

The customer account's contact email. Required for entitlements that create admin.google.com accounts, and serves as the customer's username for those accounts. Use this email to invite Team customers.

string email = 5;

Returns
TypeDescription
ByteString

The bytes for email.

getFirstName()

public String getFirstName()

The customer account contact's first name. Optional for Team customers.

string first_name = 1;

Returns
TypeDescription
String

The firstName.

getFirstNameBytes()

public ByteString getFirstNameBytes()

The customer account contact's first name. Optional for Team customers.

string first_name = 1;

Returns
TypeDescription
ByteString

The bytes for firstName.

getLastName()

public String getLastName()

The customer account contact's last name. Optional for Team customers.

string last_name = 2;

Returns
TypeDescription
String

The lastName.

getLastNameBytes()

public ByteString getLastNameBytes()

The customer account contact's last name. Optional for Team customers.

string last_name = 2;

Returns
TypeDescription
ByteString

The bytes for lastName.

getParserForType()

public Parser<ContactInfo> getParserForType()
Returns
TypeDescription
Parser<ContactInfo>
Overrides

getPhone()

public String getPhone()

The customer account's contact phone number.

string phone = 7;

Returns
TypeDescription
String

The phone.

getPhoneBytes()

public ByteString getPhoneBytes()

The customer account's contact phone number.

string phone = 7;

Returns
TypeDescription
ByteString

The bytes for phone.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getTitle()

public String getTitle()

Optional. The customer account contact's job title.

string title = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The title.

getTitleBytes()

public ByteString getTitleBytes()

Optional. The customer account contact's job title.

string title = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for title.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilder()

public static ContactInfo.Builder newBuilder()
Returns
TypeDescription
ContactInfo.Builder

newBuilder(ContactInfo prototype)

public static ContactInfo.Builder newBuilder(ContactInfo prototype)
Parameter
NameDescription
prototypeContactInfo
Returns
TypeDescription
ContactInfo.Builder

newBuilderForType()

public ContactInfo.Builder newBuilderForType()
Returns
TypeDescription
ContactInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ContactInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ContactInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

parseDelimitedFrom(InputStream input)

public static ContactInfo parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ContactInfo
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ContactInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ContactInfo
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ContactInfo parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ContactInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ContactInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ContactInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ContactInfo parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ContactInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ContactInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ContactInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ContactInfo parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ContactInfo
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ContactInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ContactInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ContactInfo parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ContactInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ContactInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ContactInfo
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ContactInfo parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ContactInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ContactInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ContactInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ContactInfo> parser()
Returns
TypeDescription
Parser<ContactInfo>

toBuilder()

public ContactInfo.Builder toBuilder()
Returns
TypeDescription
ContactInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException