Class IamPolicyAnalysisOutputConfig.GcsDestination.Builder

    • 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<IamPolicyAnalysisOutputConfig.GcsDestination.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<IamPolicyAnalysisOutputConfig.GcsDestination.Builder>
      • getDefaultInstanceForType

        public IamPolicyAnalysisOutputConfig.GcsDestination getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • buildPartial

        public IamPolicyAnalysisOutputConfig.GcsDestination buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public String getUri()
         Required. The URI of the Cloud Storage object. It's the same URI that is
         used by gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
         Editing Object
         Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
         for more information.
        
         If the specified Cloud Storage object already exists and there is no
         [hold](https://cloud.google.com/storage/docs/object-holds), it will be
         overwritten with the analysis result.
         
        string uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUri in interface IamPolicyAnalysisOutputConfig.GcsDestinationOrBuilder
        Returns:
        The uri.
      • getUriBytes

        public com.google.protobuf.ByteString getUriBytes()
         Required. The URI of the Cloud Storage object. It's the same URI that is
         used by gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
         Editing Object
         Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
         for more information.
        
         If the specified Cloud Storage object already exists and there is no
         [hold](https://cloud.google.com/storage/docs/object-holds), it will be
         overwritten with the analysis result.
         
        string uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getUriBytes in interface IamPolicyAnalysisOutputConfig.GcsDestinationOrBuilder
        Returns:
        The bytes for uri.
      • setUri

        public IamPolicyAnalysisOutputConfig.GcsDestination.Builder setUri​(String value)
         Required. The URI of the Cloud Storage object. It's the same URI that is
         used by gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
         Editing Object
         Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
         for more information.
        
         If the specified Cloud Storage object already exists and there is no
         [hold](https://cloud.google.com/storage/docs/object-holds), it will be
         overwritten with the analysis result.
         
        string uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The uri to set.
        Returns:
        This builder for chaining.
      • clearUri

        public IamPolicyAnalysisOutputConfig.GcsDestination.Builder clearUri()
         Required. The URI of the Cloud Storage object. It's the same URI that is
         used by gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
         Editing Object
         Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
         for more information.
        
         If the specified Cloud Storage object already exists and there is no
         [hold](https://cloud.google.com/storage/docs/object-holds), it will be
         overwritten with the analysis result.
         
        string uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setUriBytes

        public IamPolicyAnalysisOutputConfig.GcsDestination.Builder setUriBytes​(com.google.protobuf.ByteString value)
         Required. The URI of the Cloud Storage object. It's the same URI that is
         used by gsutil. Example: "gs://bucket_name/object_name". See [Viewing and
         Editing Object
         Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata)
         for more information.
        
         If the specified Cloud Storage object already exists and there is no
         [hold](https://cloud.google.com/storage/docs/object-holds), it will be
         overwritten with the analysis result.
         
        string uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for uri to set.
        Returns:
        This builder for chaining.