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

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

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

        public ListDataSourceDefinitionsRequest 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<ListDataSourceDefinitionsRequest.Builder>
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         The BigQuery project id for which data sources should be returned.
         Must be in the form: `projects/{project_id}/locations/{location_id}`
         
        string parent = 1;
        Specified by:
        getParentBytes in interface ListDataSourceDefinitionsRequestOrBuilder
      • setParent

        public ListDataSourceDefinitionsRequest.Builder setParent​(String value)
         The BigQuery project id for which data sources should be returned.
         Must be in the form: `projects/{project_id}/locations/{location_id}`
         
        string parent = 1;
      • clearParent

        public ListDataSourceDefinitionsRequest.Builder clearParent()
         The BigQuery project id for which data sources should be returned.
         Must be in the form: `projects/{project_id}/locations/{location_id}`
         
        string parent = 1;
      • setParentBytes

        public ListDataSourceDefinitionsRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         The BigQuery project id for which data sources should be returned.
         Must be in the form: `projects/{project_id}/locations/{location_id}`
         
        string parent = 1;
      • getPageToken

        public String getPageToken()
         Pagination token, which can be used to request a specific page
         of `ListDataSourceDefinitionsRequest` list results. For multiple-page
         results, `ListDataSourceDefinitionsResponse` outputs a `next_page` token,
         which can be used as the `page_token` value to request the next page of
         the list results.
         
        string page_token = 2;
        Specified by:
        getPageToken in interface ListDataSourceDefinitionsRequestOrBuilder
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         Pagination token, which can be used to request a specific page
         of `ListDataSourceDefinitionsRequest` list results. For multiple-page
         results, `ListDataSourceDefinitionsResponse` outputs a `next_page` token,
         which can be used as the `page_token` value to request the next page of
         the list results.
         
        string page_token = 2;
        Specified by:
        getPageTokenBytes in interface ListDataSourceDefinitionsRequestOrBuilder
      • setPageToken

        public ListDataSourceDefinitionsRequest.Builder setPageToken​(String value)
         Pagination token, which can be used to request a specific page
         of `ListDataSourceDefinitionsRequest` list results. For multiple-page
         results, `ListDataSourceDefinitionsResponse` outputs a `next_page` token,
         which can be used as the `page_token` value to request the next page of
         the list results.
         
        string page_token = 2;
      • clearPageToken

        public ListDataSourceDefinitionsRequest.Builder clearPageToken()
         Pagination token, which can be used to request a specific page
         of `ListDataSourceDefinitionsRequest` list results. For multiple-page
         results, `ListDataSourceDefinitionsResponse` outputs a `next_page` token,
         which can be used as the `page_token` value to request the next page of
         the list results.
         
        string page_token = 2;
      • setPageTokenBytes

        public ListDataSourceDefinitionsRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         Pagination token, which can be used to request a specific page
         of `ListDataSourceDefinitionsRequest` list results. For multiple-page
         results, `ListDataSourceDefinitionsResponse` outputs a `next_page` token,
         which can be used as the `page_token` value to request the next page of
         the list results.
         
        string page_token = 2;