Interface CreateCustomerClientResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateCustomerClientResponse,CreateCustomerClientResponse.Builder
public interface CreateCustomerClientResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionLink for inviting user to access the created customer.com.google.protobuf.ByteStringLink for inviting user to access the created customer.The resource name of the newly created customer.com.google.protobuf.ByteStringThe resource name of the newly created customer.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getResourceName
String getResourceName()The resource name of the newly created customer. Customer resource names have the form: `customers/{customer_id}`.string resource_name = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()The resource name of the newly created customer. Customer resource names have the form: `customers/{customer_id}`.string resource_name = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
getInvitationLink
String getInvitationLink()Link for inviting user to access the created customer. Accessible to allowlisted customers only.
string invitation_link = 3;- Returns:
- The invitationLink.
-
getInvitationLinkBytes
com.google.protobuf.ByteString getInvitationLinkBytes()Link for inviting user to access the created customer. Accessible to allowlisted customers only.
string invitation_link = 3;- Returns:
- The bytes for invitationLink.
-