Interface TenantOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Tenant, Tenant.Builder

    public interface TenantOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getExternalId()
      Required.
      com.google.protobuf.ByteString getExternalIdBytes()
      Required.
      String getName()
      Required during tenant update.
      com.google.protobuf.ByteString getNameBytes()
      Required during tenant update.
      • 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

      • getName

        String getName()
         Required during tenant update.
        
         The resource name for a tenant. This is generated by the service when a
         tenant is created.
        
         The format is "projects/{project_id}/tenants/{tenant_id}", for example,
         "projects/foo/tenants/bar".
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Required during tenant update.
        
         The resource name for a tenant. This is generated by the service when a
         tenant is created.
        
         The format is "projects/{project_id}/tenants/{tenant_id}", for example,
         "projects/foo/tenants/bar".
         
        string name = 1;
        Returns:
        The bytes for name.
      • getExternalId

        String getExternalId()
         Required. Client side tenant identifier, used to uniquely identify the
         tenant.
        
         The maximum number of allowed characters is 255.
         
        string external_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The externalId.
      • getExternalIdBytes

        com.google.protobuf.ByteString getExternalIdBytes()
         Required. Client side tenant identifier, used to uniquely identify the
         tenant.
        
         The maximum number of allowed characters is 255.
         
        string external_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for externalId.