Class CloudResourceProperties.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<CloudResourceProperties.Builder>
      • clear

        public CloudResourceProperties.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<CloudResourceProperties.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<CloudResourceProperties.Builder>
      • getDefaultInstanceForType

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

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

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

        public CloudResourceProperties.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<CloudResourceProperties.Builder>
      • clearField

        public CloudResourceProperties.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<CloudResourceProperties.Builder>
      • clearOneof

        public CloudResourceProperties.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<CloudResourceProperties.Builder>
      • setRepeatedField

        public CloudResourceProperties.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<CloudResourceProperties.Builder>
      • addRepeatedField

        public CloudResourceProperties.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<CloudResourceProperties.Builder>
      • isInitialized

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

        public CloudResourceProperties.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<CloudResourceProperties.Builder>
        Throws:
        IOException
      • getServiceAccountId

        public String getServiceAccountId()
         Output only. The account ID of the service created for the purpose of this
         connection.
        
         The service account does not have any permissions associated with it
         when it is created. After creation, customers delegate permissions
         to the service account. When the connection is used in the context of an
         operation in BigQuery, the service account will be used to connect to the
         desired resources in GCP.
        
         The account ID is in the form of:
           <service-1234>@gcp-sa-bigquery-cloudresource.iam.gserviceaccount.com
         
        string service_account_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getServiceAccountId in interface CloudResourcePropertiesOrBuilder
        Returns:
        The serviceAccountId.
      • getServiceAccountIdBytes

        public com.google.protobuf.ByteString getServiceAccountIdBytes()
         Output only. The account ID of the service created for the purpose of this
         connection.
        
         The service account does not have any permissions associated with it
         when it is created. After creation, customers delegate permissions
         to the service account. When the connection is used in the context of an
         operation in BigQuery, the service account will be used to connect to the
         desired resources in GCP.
        
         The account ID is in the form of:
           <service-1234>@gcp-sa-bigquery-cloudresource.iam.gserviceaccount.com
         
        string service_account_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getServiceAccountIdBytes in interface CloudResourcePropertiesOrBuilder
        Returns:
        The bytes for serviceAccountId.
      • setServiceAccountId

        public CloudResourceProperties.Builder setServiceAccountId​(String value)
         Output only. The account ID of the service created for the purpose of this
         connection.
        
         The service account does not have any permissions associated with it
         when it is created. After creation, customers delegate permissions
         to the service account. When the connection is used in the context of an
         operation in BigQuery, the service account will be used to connect to the
         desired resources in GCP.
        
         The account ID is in the form of:
           <service-1234>@gcp-sa-bigquery-cloudresource.iam.gserviceaccount.com
         
        string service_account_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The serviceAccountId to set.
        Returns:
        This builder for chaining.
      • clearServiceAccountId

        public CloudResourceProperties.Builder clearServiceAccountId()
         Output only. The account ID of the service created for the purpose of this
         connection.
        
         The service account does not have any permissions associated with it
         when it is created. After creation, customers delegate permissions
         to the service account. When the connection is used in the context of an
         operation in BigQuery, the service account will be used to connect to the
         desired resources in GCP.
        
         The account ID is in the form of:
           <service-1234>@gcp-sa-bigquery-cloudresource.iam.gserviceaccount.com
         
        string service_account_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setServiceAccountIdBytes

        public CloudResourceProperties.Builder setServiceAccountIdBytes​(com.google.protobuf.ByteString value)
         Output only. The account ID of the service created for the purpose of this
         connection.
        
         The service account does not have any permissions associated with it
         when it is created. After creation, customers delegate permissions
         to the service account. When the connection is used in the context of an
         operation in BigQuery, the service account will be used to connect to the
         desired resources in GCP.
        
         The account ID is in the form of:
           <service-1234>@gcp-sa-bigquery-cloudresource.iam.gserviceaccount.com
         
        string service_account_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for serviceAccountId to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final CloudResourceProperties.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<CloudResourceProperties.Builder>
      • mergeUnknownFields

        public final CloudResourceProperties.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<CloudResourceProperties.Builder>