Class ContactInfo (0.40.0)
public final class ContactInfo extends GeneratedMessageV3 implements ContactInfoOrBuilder
Contact information of stakeholders.
Protobuf type google.cloud.apphub.v1.ContactInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int EMAIL_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static ContactInfo getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ContactInfo.Builder newBuilder()
public static ContactInfo.Builder newBuilder(ContactInfo prototype)
public static ContactInfo parseDelimitedFrom(InputStream input)
public static ContactInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ContactInfo parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static ContactInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ContactInfo parseFrom(ByteString data)
public static ContactInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ContactInfo parseFrom(CodedInputStream input)
public static ContactInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ContactInfo parseFrom(InputStream input)
public static ContactInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ContactInfo parseFrom(ByteBuffer data)
public static ContactInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ContactInfo> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public ContactInfo getDefaultInstanceForType()
public String getDisplayName()
Optional. Contact's name.
Can have a maximum length of 63 characters.
string display_name = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The displayName.
|
public ByteString getDisplayNameBytes()
Optional. Contact's name.
Can have a maximum length of 63 characters.
string display_name = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for displayName.
|
Required. Email address of the contacts.
string email = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The email.
|
public ByteString getEmailBytes()
Required. Email address of the contacts.
string email = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for email.
|
public Parser<ContactInfo> getParserForType()
Overrides
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ContactInfo.Builder newBuilderForType()
protected ContactInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public ContactInfo.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-10 UTC."],[],[]]