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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetInvitationLink()Link for inviting user to access the created customer.com.google.protobuf.ByteStringgetInvitationLinkBytes()Link for inviting user to access the created customer.java.lang.StringgetResourceName()The resource name of the newly created customer client.com.google.protobuf.ByteStringgetResourceNameBytes()The resource name of the newly created customer client.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
java.lang.String getResourceName()
The resource name of the newly created customer client.
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 client.
string resource_name = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
getInvitationLink
java.lang.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.
-
-