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

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

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

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

        public ListOrgDataExchangesRequest.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<ListOrgDataExchangesRequest.Builder>
        Throws:
        IOException
      • getOrganization

        public String getOrganization()
         Required. The organization resource path of the projects containing DataExchanges.
         e.g. `organizations/myorg/locations/US`.
         
        string organization = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getOrganization in interface ListOrgDataExchangesRequestOrBuilder
        Returns:
        The organization.
      • getOrganizationBytes

        public com.google.protobuf.ByteString getOrganizationBytes()
         Required. The organization resource path of the projects containing DataExchanges.
         e.g. `organizations/myorg/locations/US`.
         
        string organization = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getOrganizationBytes in interface ListOrgDataExchangesRequestOrBuilder
        Returns:
        The bytes for organization.
      • setOrganization

        public ListOrgDataExchangesRequest.Builder setOrganization​(String value)
         Required. The organization resource path of the projects containing DataExchanges.
         e.g. `organizations/myorg/locations/US`.
         
        string organization = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The organization to set.
        Returns:
        This builder for chaining.
      • clearOrganization

        public ListOrgDataExchangesRequest.Builder clearOrganization()
         Required. The organization resource path of the projects containing DataExchanges.
         e.g. `organizations/myorg/locations/US`.
         
        string organization = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setOrganizationBytes

        public ListOrgDataExchangesRequest.Builder setOrganizationBytes​(com.google.protobuf.ByteString value)
         Required. The organization resource path of the projects containing DataExchanges.
         e.g. `organizations/myorg/locations/US`.
         
        string organization = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for organization to set.
        Returns:
        This builder for chaining.
      • getPageSize

        public int getPageSize()
         The maximum number of results to return in a single response page. Leverage
         the page tokens to iterate through the entire collection.
         
        int32 page_size = 2;
        Specified by:
        getPageSize in interface ListOrgDataExchangesRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListOrgDataExchangesRequest.Builder setPageSize​(int value)
         The maximum number of results to return in a single response page. Leverage
         the page tokens to iterate through the entire collection.
         
        int32 page_size = 2;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListOrgDataExchangesRequest.Builder clearPageSize()
         The maximum number of results to return in a single response page. Leverage
         the page tokens to iterate through the entire collection.
         
        int32 page_size = 2;
        Returns:
        This builder for chaining.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         Page token, returned by a previous call, to request the next page of
         results.
         
        string page_token = 3;
        Specified by:
        getPageTokenBytes in interface ListOrgDataExchangesRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListOrgDataExchangesRequest.Builder setPageToken​(String value)
         Page token, returned by a previous call, to request the next page of
         results.
         
        string page_token = 3;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListOrgDataExchangesRequest.Builder clearPageToken()
         Page token, returned by a previous call, to request the next page of
         results.
         
        string page_token = 3;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListOrgDataExchangesRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         Page token, returned by a previous call, to request the next page of
         results.
         
        string page_token = 3;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

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