Interface CreateCustomerClientResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getInvitationLink()
      Link for inviting user to access the created customer.
      com.google.protobuf.ByteString getInvitationLinkBytes()
      Link for inviting user to access the created customer.
      java.lang.String getResourceName()
      The resource name of the newly created customer client.
      com.google.protobuf.ByteString getResourceNameBytes()
      The resource name of the newly created customer client.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.