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 ContactInfoContactInfo.Builder. build()ContactInfoContactInfo.Builder. buildPartial()static ContactInfoContactInfo. getDefaultInstance()ContactInfoContactInfo.Builder. getDefaultInstanceForType()ContactInfoContactInfo. getDefaultInstanceForType()ContactInfoCustomer.Builder. getPrimaryContactInfo()Primary contact info.ContactInfoCustomer. getPrimaryContactInfo()Primary contact info.ContactInfoCustomerOrBuilder. getPrimaryContactInfo()Primary contact info.static ContactInfoContactInfo. parseDelimitedFrom(InputStream input)static ContactInfoContactInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactInfoContactInfo. parseFrom(byte[] data)static ContactInfoContactInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactInfoContactInfo. parseFrom(com.google.protobuf.ByteString data)static ContactInfoContactInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactInfoContactInfo. parseFrom(com.google.protobuf.CodedInputStream input)static ContactInfoContactInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactInfoContactInfo. parseFrom(InputStream input)static ContactInfoContactInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactInfoContactInfo. parseFrom(ByteBuffer data)static ContactInfoContactInfo. 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.BuilderContactInfo.Builder. mergeFrom(ContactInfo other)Customer.BuilderCustomer.Builder. mergePrimaryContactInfo(ContactInfo value)Primary contact info.static ContactInfo.BuilderContactInfo. newBuilder(ContactInfo prototype)Customer.BuilderCustomer.Builder. setPrimaryContactInfo(ContactInfo value)Primary contact info.
-