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

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

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

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

        public ListTransferConfigsRequest.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<ListTransferConfigsRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         Required. The BigQuery project id for which transfer configs
         should be returned: `projects/{project_id}` or
         `projects/{project_id}/locations/{location_id}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ListTransferConfigsRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The BigQuery project id for which transfer configs
         should be returned: `projects/{project_id}` or
         `projects/{project_id}/locations/{location_id}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ListTransferConfigsRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ListTransferConfigsRequest.Builder setParent​(String value)
         Required. The BigQuery project id for which transfer configs
         should be returned: `projects/{project_id}` or
         `projects/{project_id}/locations/{location_id}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public ListTransferConfigsRequest.Builder clearParent()
         Required. The BigQuery project id for which transfer configs
         should be returned: `projects/{project_id}` or
         `projects/{project_id}/locations/{location_id}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public ListTransferConfigsRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The BigQuery project id for which transfer configs
         should be returned: `projects/{project_id}` or
         `projects/{project_id}/locations/{location_id}`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • getDataSourceIdsList

        public com.google.protobuf.ProtocolStringList getDataSourceIdsList()
         When specified, only configurations of requested data sources are returned.
         
        repeated string data_source_ids = 2;
        Specified by:
        getDataSourceIdsList in interface ListTransferConfigsRequestOrBuilder
        Returns:
        A list containing the dataSourceIds.
      • getDataSourceIdsCount

        public int getDataSourceIdsCount()
         When specified, only configurations of requested data sources are returned.
         
        repeated string data_source_ids = 2;
        Specified by:
        getDataSourceIdsCount in interface ListTransferConfigsRequestOrBuilder
        Returns:
        The count of dataSourceIds.
      • getDataSourceIds

        public String getDataSourceIds​(int index)
         When specified, only configurations of requested data sources are returned.
         
        repeated string data_source_ids = 2;
        Specified by:
        getDataSourceIds in interface ListTransferConfigsRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The dataSourceIds at the given index.
      • getDataSourceIdsBytes

        public com.google.protobuf.ByteString getDataSourceIdsBytes​(int index)
         When specified, only configurations of requested data sources are returned.
         
        repeated string data_source_ids = 2;
        Specified by:
        getDataSourceIdsBytes in interface ListTransferConfigsRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the dataSourceIds at the given index.
      • setDataSourceIds

        public ListTransferConfigsRequest.Builder setDataSourceIds​(int index,
                                                                   String value)
         When specified, only configurations of requested data sources are returned.
         
        repeated string data_source_ids = 2;
        Parameters:
        index - The index to set the value at.
        value - The dataSourceIds to set.
        Returns:
        This builder for chaining.
      • addDataSourceIds

        public ListTransferConfigsRequest.Builder addDataSourceIds​(String value)
         When specified, only configurations of requested data sources are returned.
         
        repeated string data_source_ids = 2;
        Parameters:
        value - The dataSourceIds to add.
        Returns:
        This builder for chaining.
      • addAllDataSourceIds

        public ListTransferConfigsRequest.Builder addAllDataSourceIds​(Iterable<String> values)
         When specified, only configurations of requested data sources are returned.
         
        repeated string data_source_ids = 2;
        Parameters:
        values - The dataSourceIds to add.
        Returns:
        This builder for chaining.
      • clearDataSourceIds

        public ListTransferConfigsRequest.Builder clearDataSourceIds()
         When specified, only configurations of requested data sources are returned.
         
        repeated string data_source_ids = 2;
        Returns:
        This builder for chaining.
      • addDataSourceIdsBytes

        public ListTransferConfigsRequest.Builder addDataSourceIdsBytes​(com.google.protobuf.ByteString value)
         When specified, only configurations of requested data sources are returned.
         
        repeated string data_source_ids = 2;
        Parameters:
        value - The bytes of the dataSourceIds to add.
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         Pagination token, which can be used to request a specific page
         of `ListTransfersRequest` list results. For multiple-page
         results, `ListTransfersResponse` outputs
         a `next_page` token, which can be used as the
         `page_token` value to request the next page of list results.
         
        string page_token = 3;
        Specified by:
        getPageToken in interface ListTransferConfigsRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         Pagination token, which can be used to request a specific page
         of `ListTransfersRequest` list results. For multiple-page
         results, `ListTransfersResponse` outputs
         a `next_page` token, which can be used as the
         `page_token` value to request the next page of list results.
         
        string page_token = 3;
        Specified by:
        getPageTokenBytes in interface ListTransferConfigsRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListTransferConfigsRequest.Builder setPageToken​(String value)
         Pagination token, which can be used to request a specific page
         of `ListTransfersRequest` list results. For multiple-page
         results, `ListTransfersResponse` outputs
         a `next_page` token, which can be used as the
         `page_token` value to request the next page of list results.
         
        string page_token = 3;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListTransferConfigsRequest.Builder clearPageToken()
         Pagination token, which can be used to request a specific page
         of `ListTransfersRequest` list results. For multiple-page
         results, `ListTransfersResponse` outputs
         a `next_page` token, which can be used as the
         `page_token` value to request the next page of list results.
         
        string page_token = 3;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListTransferConfigsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         Pagination token, which can be used to request a specific page
         of `ListTransfersRequest` list results. For multiple-page
         results, `ListTransfersResponse` outputs
         a `next_page` token, which can be used as the
         `page_token` value to request the next page of list results.
         
        string page_token = 3;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • getPageSize

        public int getPageSize()
         Page size. The default page size is the maximum value of 1000 results.
         
        int32 page_size = 4;
        Specified by:
        getPageSize in interface ListTransferConfigsRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListTransferConfigsRequest.Builder setPageSize​(int value)
         Page size. The default page size is the maximum value of 1000 results.
         
        int32 page_size = 4;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListTransferConfigsRequest.Builder clearPageSize()
         Page size. The default page size is the maximum value of 1000 results.
         
        int32 page_size = 4;
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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