Interface OrganizationOrBuilder

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

    public interface OrganizationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        String getName()
         Output only. The resource name of the organization. This is the
         organization's relative path in the API. Its format is
         "organizations/[organization_id]". For example, "organizations/1234".
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Output only. The resource name of the organization. This is the
         organization's relative path in the API. Its format is
         "organizations/[organization_id]". For example, "organizations/1234".
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for name.
      • getDisplayName

        String getDisplayName()
         Output only. A human-readable string that refers to the organization in the
         Google Cloud Console. This string is set by the server and cannot be
         changed. The string will be set to the primary domain (for example,
         "google.com") of the Google Workspace customer that owns the organization.
         
        string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The displayName.
      • getDisplayNameBytes

        com.google.protobuf.ByteString getDisplayNameBytes()
         Output only. A human-readable string that refers to the organization in the
         Google Cloud Console. This string is set by the server and cannot be
         changed. The string will be set to the primary domain (for example,
         "google.com") of the Google Workspace customer that owns the organization.
         
        string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for displayName.
      • hasDirectoryCustomerId

        boolean hasDirectoryCustomerId()
         Immutable. The G Suite / Workspace customer id used in the Directory API.
         
        string directory_customer_id = 3 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        Whether the directoryCustomerId field is set.
      • getDirectoryCustomerId

        String getDirectoryCustomerId()
         Immutable. The G Suite / Workspace customer id used in the Directory API.
         
        string directory_customer_id = 3 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The directoryCustomerId.
      • getDirectoryCustomerIdBytes

        com.google.protobuf.ByteString getDirectoryCustomerIdBytes()
         Immutable. The G Suite / Workspace customer id used in the Directory API.
         
        string directory_customer_id = 3 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The bytes for directoryCustomerId.
      • getStateValue

        int getStateValue()
         Output only. The organization's current lifecycle state.
         
        .google.cloud.resourcemanager.v3.Organization.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for state.
      • getState

        Organization.State getState()
         Output only. The organization's current lifecycle state.
         
        .google.cloud.resourcemanager.v3.Organization.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The state.
      • hasCreateTime

        boolean hasCreateTime()
         Output only. Timestamp when the Organization was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        com.google.protobuf.Timestamp getCreateTime()
         Output only. Timestamp when the Organization was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. Timestamp when the Organization was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasUpdateTime

        boolean hasUpdateTime()
         Output only. Timestamp when the Organization was last modified.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        com.google.protobuf.Timestamp getUpdateTime()
         Output only. Timestamp when the Organization was last modified.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The updateTime.
      • getUpdateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. Timestamp when the Organization was last modified.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasDeleteTime

        boolean hasDeleteTime()
         Output only. Timestamp when the Organization was requested for deletion.
         
        .google.protobuf.Timestamp delete_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the deleteTime field is set.
      • getDeleteTime

        com.google.protobuf.Timestamp getDeleteTime()
         Output only. Timestamp when the Organization was requested for deletion.
         
        .google.protobuf.Timestamp delete_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The deleteTime.
      • getDeleteTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder()
         Output only. Timestamp when the Organization was requested for deletion.
         
        .google.protobuf.Timestamp delete_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getEtag

        String getEtag()
         Output only. A checksum computed by the server based on the current value
         of the Organization resource. This may be sent on update and delete
         requests to ensure the client has an up-to-date value before proceeding.
         
        string etag = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The etag.
      • getEtagBytes

        com.google.protobuf.ByteString getEtagBytes()
         Output only. A checksum computed by the server based on the current value
         of the Organization resource. This may be sent on update and delete
         requests to ensure the client has an up-to-date value before proceeding.
         
        string etag = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for etag.