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

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

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

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

        public GetNamespaceExportSinksRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                       int index,
                                                                       java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GetNamespaceExportSinksRequest.Builder>
      • isInitialized

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

        public GetNamespaceExportSinksRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                         throws java.io.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<GetNamespaceExportSinksRequest.Builder>
        Throws:
        java.io.IOException
      • setNamespace

        public GetNamespaceExportSinksRequest.Builder setNamespace​(java.lang.String value)
         The namespace to which the sinks belong.
         
        string namespace = 1;
        Parameters:
        value - The namespace to set.
        Returns:
        This builder for chaining.
      • setNamespaceBytes

        public GetNamespaceExportSinksRequest.Builder setNamespaceBytes​(com.google.protobuf.ByteString value)
         The namespace to which the sinks belong.
         
        string namespace = 1;
        Parameters:
        value - The bytes for namespace to set.
        Returns:
        This builder for chaining.
      • getPageSize

        public int getPageSize()
         The requested size of the page to retrieve. Cannot exceed 1000.
         Defaults to 100 if not specified.
         
        int32 page_size = 2;
        Specified by:
        getPageSize in interface GetNamespaceExportSinksRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public GetNamespaceExportSinksRequest.Builder setPageSize​(int value)
         The requested size of the page to retrieve. Cannot exceed 1000.
         Defaults to 100 if not specified.
         
        int32 page_size = 2;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public GetNamespaceExportSinksRequest.Builder clearPageSize()
         The requested size of the page to retrieve. Cannot exceed 1000.
         Defaults to 100 if not specified.
         
        int32 page_size = 2;
        Returns:
        This builder for chaining.
      • getPageToken

        public java.lang.String getPageToken()
         The page token if this is continuing from another response - optional.
         
        string page_token = 3;
        Specified by:
        getPageToken in interface GetNamespaceExportSinksRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         The page token if this is continuing from another response - optional.
         
        string page_token = 3;
        Specified by:
        getPageTokenBytes in interface GetNamespaceExportSinksRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public GetNamespaceExportSinksRequest.Builder setPageToken​(java.lang.String value)
         The page token if this is continuing from another response - optional.
         
        string page_token = 3;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public GetNamespaceExportSinksRequest.Builder clearPageToken()
         The page token if this is continuing from another response - optional.
         
        string page_token = 3;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public GetNamespaceExportSinksRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         The page token if this is continuing from another response - optional.
         
        string page_token = 3;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.