Class ListTransferConfigsResponse.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<ListTransferConfigsResponse.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<ListTransferConfigsResponse.Builder>
      • getDefaultInstanceForType

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

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

        public ListTransferConfigsResponse 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<ListTransferConfigsResponse.Builder>
      • mergeFrom

        public ListTransferConfigsResponse.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<ListTransferConfigsResponse.Builder>
        Throws:
        IOException
      • getTransferConfigsCount

        public int getTransferConfigsCount()
         Output only. The stored pipeline transfer configurations.
         
        repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTransferConfigsCount in interface ListTransferConfigsResponseOrBuilder
      • getTransferConfigs

        public TransferConfig getTransferConfigs​(int index)
         Output only. The stored pipeline transfer configurations.
         
        repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTransferConfigs in interface ListTransferConfigsResponseOrBuilder
      • setTransferConfigs

        public ListTransferConfigsResponse.Builder setTransferConfigs​(int index,
                                                                      TransferConfig value)
         Output only. The stored pipeline transfer configurations.
         
        repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setTransferConfigs

        public ListTransferConfigsResponse.Builder setTransferConfigs​(int index,
                                                                      TransferConfig.Builder builderForValue)
         Output only. The stored pipeline transfer configurations.
         
        repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addTransferConfigs

        public ListTransferConfigsResponse.Builder addTransferConfigs​(TransferConfig value)
         Output only. The stored pipeline transfer configurations.
         
        repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addTransferConfigs

        public ListTransferConfigsResponse.Builder addTransferConfigs​(int index,
                                                                      TransferConfig value)
         Output only. The stored pipeline transfer configurations.
         
        repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addTransferConfigs

        public ListTransferConfigsResponse.Builder addTransferConfigs​(TransferConfig.Builder builderForValue)
         Output only. The stored pipeline transfer configurations.
         
        repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addTransferConfigs

        public ListTransferConfigsResponse.Builder addTransferConfigs​(int index,
                                                                      TransferConfig.Builder builderForValue)
         Output only. The stored pipeline transfer configurations.
         
        repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAllTransferConfigs

        public ListTransferConfigsResponse.Builder addAllTransferConfigs​(Iterable<? extends TransferConfig> values)
         Output only. The stored pipeline transfer configurations.
         
        repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearTransferConfigs

        public ListTransferConfigsResponse.Builder clearTransferConfigs()
         Output only. The stored pipeline transfer configurations.
         
        repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • removeTransferConfigs

        public ListTransferConfigsResponse.Builder removeTransferConfigs​(int index)
         Output only. The stored pipeline transfer configurations.
         
        repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getTransferConfigsBuilder

        public TransferConfig.Builder getTransferConfigsBuilder​(int index)
         Output only. The stored pipeline transfer configurations.
         
        repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addTransferConfigsBuilder

        public TransferConfig.Builder addTransferConfigsBuilder()
         Output only. The stored pipeline transfer configurations.
         
        repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addTransferConfigsBuilder

        public TransferConfig.Builder addTransferConfigsBuilder​(int index)
         Output only. The stored pipeline transfer configurations.
         
        repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getTransferConfigsBuilderList

        public List<TransferConfig.Builder> getTransferConfigsBuilderList()
         Output only. The stored pipeline transfer configurations.
         
        repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getNextPageToken

        public String getNextPageToken()
         Output only. The next-pagination token. For multiple-page list results,
         this token can be used as the
         `ListTransferConfigsRequest.page_token`
         to request the next page of list results.
         
        string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNextPageToken in interface ListTransferConfigsResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         Output only. The next-pagination token. For multiple-page list results,
         this token can be used as the
         `ListTransferConfigsRequest.page_token`
         to request the next page of list results.
         
        string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNextPageTokenBytes in interface ListTransferConfigsResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListTransferConfigsResponse.Builder setNextPageToken​(String value)
         Output only. The next-pagination token. For multiple-page list results,
         this token can be used as the
         `ListTransferConfigsRequest.page_token`
         to request the next page of list results.
         
        string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListTransferConfigsResponse.Builder clearNextPageToken()
         Output only. The next-pagination token. For multiple-page list results,
         this token can be used as the
         `ListTransferConfigsRequest.page_token`
         to request the next page of list results.
         
        string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListTransferConfigsResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         Output only. The next-pagination token. For multiple-page list results,
         this token can be used as the
         `ListTransferConfigsRequest.page_token`
         to request the next page of list results.
         
        string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

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