Uses of Class
com.google.cloud.channel.v1.ContactInfo
-
Packages that use ContactInfo Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of ContactInfo in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ContactInfo Modifier and Type Method Description ContactInfo
ContactInfo.Builder. build()
ContactInfo
ContactInfo.Builder. buildPartial()
static ContactInfo
ContactInfo. getDefaultInstance()
ContactInfo
ContactInfo.Builder. getDefaultInstanceForType()
ContactInfo
ContactInfo. getDefaultInstanceForType()
ContactInfo
Customer.Builder. getPrimaryContactInfo()
Primary contact info.ContactInfo
Customer. getPrimaryContactInfo()
Primary contact info.ContactInfo
CustomerOrBuilder. getPrimaryContactInfo()
Primary contact info.static ContactInfo
ContactInfo. parseDelimitedFrom(InputStream input)
static ContactInfo
ContactInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContactInfo
ContactInfo. parseFrom(byte[] data)
static ContactInfo
ContactInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContactInfo
ContactInfo. parseFrom(com.google.protobuf.ByteString data)
static ContactInfo
ContactInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContactInfo
ContactInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static ContactInfo
ContactInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContactInfo
ContactInfo. parseFrom(InputStream input)
static ContactInfo
ContactInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContactInfo
ContactInfo. parseFrom(ByteBuffer data)
static ContactInfo
ContactInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type ContactInfo Modifier and Type Method Description com.google.protobuf.Parser<ContactInfo>
ContactInfo. getParserForType()
static com.google.protobuf.Parser<ContactInfo>
ContactInfo. parser()
Methods in com.google.cloud.channel.v1 with parameters of type ContactInfo Modifier and Type Method Description ContactInfo.Builder
ContactInfo.Builder. mergeFrom(ContactInfo other)
Customer.Builder
Customer.Builder. mergePrimaryContactInfo(ContactInfo value)
Primary contact info.static ContactInfo.Builder
ContactInfo. newBuilder(ContactInfo prototype)
Customer.Builder
Customer.Builder. setPrimaryContactInfo(ContactInfo value)
Primary contact info.
-