Class Organization.Builder

  • All Implemented Interfaces:
    OrganizationOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Organization

    public static final class Organization.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Organization.Builder>
    implements OrganizationOrBuilder
     The root node in the resource hierarchy to which a particular entity's
     (a company, for example) resources belong.
     
    Protobuf type google.cloud.resourcemanager.v3.Organization
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Organization.Builder>
      • clear

        public Organization.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Organization.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Organization.Builder>
      • getDefaultInstanceForType

        public Organization getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Organization build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Organization buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Organization.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Organization.Builder>
      • setField

        public Organization.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                             Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Organization.Builder>
      • clearField

        public Organization.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Organization.Builder>
      • clearOneof

        public Organization.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Organization.Builder>
      • setRepeatedField

        public Organization.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     int index,
                                                     Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Organization.Builder>
      • addRepeatedField

        public Organization.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Organization.Builder>
      • mergeFrom

        public Organization.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Organization.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Organization.Builder>
      • mergeFrom

        public Organization.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Organization.Builder>
        Throws:
        IOException
      • getName

        public 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];
        Specified by:
        getName in interface OrganizationOrBuilder
        Returns:
        The name.
      • getNameBytes

        public 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];
        Specified by:
        getNameBytes in interface OrganizationOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Organization.Builder setName​(String value)
         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];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Organization.Builder clearName()
         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:
        This builder for chaining.
      • setNameBytes

        public Organization.Builder setNameBytes​(com.google.protobuf.ByteString value)
         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];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getDisplayName

        public 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];
        Specified by:
        getDisplayName in interface OrganizationOrBuilder
        Returns:
        The displayName.
      • getDisplayNameBytes

        public 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];
        Specified by:
        getDisplayNameBytes in interface OrganizationOrBuilder
        Returns:
        The bytes for displayName.
      • setDisplayName

        public Organization.Builder setDisplayName​(String value)
         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];
        Parameters:
        value - The displayName to set.
        Returns:
        This builder for chaining.
      • clearDisplayName

        public Organization.Builder clearDisplayName()
         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:
        This builder for chaining.
      • setDisplayNameBytes

        public Organization.Builder setDisplayNameBytes​(com.google.protobuf.ByteString value)
         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];
        Parameters:
        value - The bytes for displayName to set.
        Returns:
        This builder for chaining.
      • hasDirectoryCustomerId

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

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

        public 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];
        Specified by:
        getDirectoryCustomerIdBytes in interface OrganizationOrBuilder
        Returns:
        The bytes for directoryCustomerId.
      • setDirectoryCustomerId

        public Organization.Builder setDirectoryCustomerId​(String value)
         Immutable. The G Suite / Workspace customer id used in the Directory API.
         
        string directory_customer_id = 3 [(.google.api.field_behavior) = IMMUTABLE];
        Parameters:
        value - The directoryCustomerId to set.
        Returns:
        This builder for chaining.
      • clearDirectoryCustomerId

        public Organization.Builder clearDirectoryCustomerId()
         Immutable. The G Suite / Workspace customer id used in the Directory API.
         
        string directory_customer_id = 3 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        This builder for chaining.
      • setDirectoryCustomerIdBytes

        public Organization.Builder setDirectoryCustomerIdBytes​(com.google.protobuf.ByteString value)
         Immutable. The G Suite / Workspace customer id used in the Directory API.
         
        string directory_customer_id = 3 [(.google.api.field_behavior) = IMMUTABLE];
        Parameters:
        value - The bytes for directoryCustomerId to set.
        Returns:
        This builder for chaining.
      • getStateValue

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

        public Organization.Builder setStateValue​(int value)
         Output only. The organization's current lifecycle state.
         
        .google.cloud.resourcemanager.v3.Organization.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for state to set.
        Returns:
        This builder for chaining.
      • getState

        public 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];
        Specified by:
        getState in interface OrganizationOrBuilder
        Returns:
        The state.
      • setState

        public Organization.Builder setState​(Organization.State value)
         Output only. The organization's current lifecycle state.
         
        .google.cloud.resourcemanager.v3.Organization.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The state to set.
        Returns:
        This builder for chaining.
      • clearState

        public Organization.Builder clearState()
         Output only. The organization's current lifecycle state.
         
        .google.cloud.resourcemanager.v3.Organization.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • hasCreateTime

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

        public 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];
        Specified by:
        getCreateTime in interface OrganizationOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public Organization.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Timestamp when the Organization was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public Organization.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Timestamp when the Organization was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public Organization.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Timestamp when the Organization was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCreateTime

        public Organization.Builder clearCreateTime()
         Output only. Timestamp when the Organization was created.
         
        .google.protobuf.Timestamp create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

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

        public 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];
        Specified by:
        getCreateTimeOrBuilder in interface OrganizationOrBuilder
      • hasUpdateTime

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

        public 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];
        Specified by:
        getUpdateTime in interface OrganizationOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public Organization.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. Timestamp when the Organization was last modified.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public Organization.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Timestamp when the Organization was last modified.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUpdateTime

        public Organization.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. Timestamp when the Organization was last modified.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpdateTime

        public Organization.Builder clearUpdateTime()
         Output only. Timestamp when the Organization was last modified.
         
        .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

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

        public 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];
        Specified by:
        getUpdateTimeOrBuilder in interface OrganizationOrBuilder
      • hasDeleteTime

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

        public 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];
        Specified by:
        getDeleteTime in interface OrganizationOrBuilder
        Returns:
        The deleteTime.
      • setDeleteTime

        public Organization.Builder setDeleteTime​(com.google.protobuf.Timestamp value)
         Output only. Timestamp when the Organization was requested for deletion.
         
        .google.protobuf.Timestamp delete_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setDeleteTime

        public Organization.Builder setDeleteTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Timestamp when the Organization was requested for deletion.
         
        .google.protobuf.Timestamp delete_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeDeleteTime

        public Organization.Builder mergeDeleteTime​(com.google.protobuf.Timestamp value)
         Output only. Timestamp when the Organization was requested for deletion.
         
        .google.protobuf.Timestamp delete_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearDeleteTime

        public Organization.Builder clearDeleteTime()
         Output only. Timestamp when the Organization was requested for deletion.
         
        .google.protobuf.Timestamp delete_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getDeleteTimeBuilder

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

        public 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];
        Specified by:
        getDeleteTimeOrBuilder in interface OrganizationOrBuilder
      • getEtag

        public 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];
        Specified by:
        getEtag in interface OrganizationOrBuilder
        Returns:
        The etag.
      • getEtagBytes

        public 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];
        Specified by:
        getEtagBytes in interface OrganizationOrBuilder
        Returns:
        The bytes for etag.
      • setEtag

        public Organization.Builder setEtag​(String value)
         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];
        Parameters:
        value - The etag to set.
        Returns:
        This builder for chaining.
      • clearEtag

        public Organization.Builder clearEtag()
         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:
        This builder for chaining.
      • setEtagBytes

        public Organization.Builder setEtagBytes​(com.google.protobuf.ByteString value)
         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];
        Parameters:
        value - The bytes for etag to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Organization.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Organization.Builder>
      • mergeUnknownFields

        public final Organization.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Organization.Builder>