Class ListSchemasRequest.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<ListSchemasRequest.Builder>
      • clear

        public ListSchemasRequest.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.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<ListSchemasRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public ListSchemasRequest.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
      • setField

        public ListSchemasRequest.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                   Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
      • clearField

        public ListSchemasRequest.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
      • clearOneof

        public ListSchemasRequest.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
      • setRepeatedField

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

        public ListSchemasRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                           Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListSchemasRequest.Builder>
      • mergeFrom

        public ListSchemasRequest.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListSchemasRequest.Builder>
      • isInitialized

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

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

        public String getParent()
         Required. The name of the project in which to list schemas.
         Format is `projects/{project-id}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParent in interface ListSchemasRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         Required. The name of the project in which to list schemas.
         Format is `projects/{project-id}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getParentBytes in interface ListSchemasRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public ListSchemasRequest.Builder setParent​(String value)
         Required. The name of the project in which to list schemas.
         Format is `projects/{project-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 ListSchemasRequest.Builder clearParent()
         Required. The name of the project in which to list schemas.
         Format is `projects/{project-id}`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setParentBytes

        public ListSchemasRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         Required. The name of the project in which to list schemas.
         Format is `projects/{project-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.
      • getViewValue

        public int getViewValue()
         The set of Schema fields to return in the response. If not set, returns
         Schemas with `name` and `type`, but not `definition`. Set to `FULL` to
         retrieve all fields.
         
        .google.pubsub.v1.SchemaView view = 2;
        Specified by:
        getViewValue in interface ListSchemasRequestOrBuilder
        Returns:
        The enum numeric value on the wire for view.
      • setViewValue

        public ListSchemasRequest.Builder setViewValue​(int value)
         The set of Schema fields to return in the response. If not set, returns
         Schemas with `name` and `type`, but not `definition`. Set to `FULL` to
         retrieve all fields.
         
        .google.pubsub.v1.SchemaView view = 2;
        Parameters:
        value - The enum numeric value on the wire for view to set.
        Returns:
        This builder for chaining.
      • getView

        public SchemaView getView()
         The set of Schema fields to return in the response. If not set, returns
         Schemas with `name` and `type`, but not `definition`. Set to `FULL` to
         retrieve all fields.
         
        .google.pubsub.v1.SchemaView view = 2;
        Specified by:
        getView in interface ListSchemasRequestOrBuilder
        Returns:
        The view.
      • setView

        public ListSchemasRequest.Builder setView​(SchemaView value)
         The set of Schema fields to return in the response. If not set, returns
         Schemas with `name` and `type`, but not `definition`. Set to `FULL` to
         retrieve all fields.
         
        .google.pubsub.v1.SchemaView view = 2;
        Parameters:
        value - The view to set.
        Returns:
        This builder for chaining.
      • clearView

        public ListSchemasRequest.Builder clearView()
         The set of Schema fields to return in the response. If not set, returns
         Schemas with `name` and `type`, but not `definition`. Set to `FULL` to
         retrieve all fields.
         
        .google.pubsub.v1.SchemaView view = 2;
        Returns:
        This builder for chaining.
      • getPageSize

        public int getPageSize()
         Maximum number of schemas to return.
         
        int32 page_size = 3;
        Specified by:
        getPageSize in interface ListSchemasRequestOrBuilder
        Returns:
        The pageSize.
      • setPageSize

        public ListSchemasRequest.Builder setPageSize​(int value)
         Maximum number of schemas to return.
         
        int32 page_size = 3;
        Parameters:
        value - The pageSize to set.
        Returns:
        This builder for chaining.
      • clearPageSize

        public ListSchemasRequest.Builder clearPageSize()
         Maximum number of schemas to return.
         
        int32 page_size = 3;
        Returns:
        This builder for chaining.
      • getPageToken

        public String getPageToken()
         The value returned by the last `ListSchemasResponse`; indicates that
         this is a continuation of a prior `ListSchemas` call, and that the
         system should return the next page of data.
         
        string page_token = 4;
        Specified by:
        getPageToken in interface ListSchemasRequestOrBuilder
        Returns:
        The pageToken.
      • getPageTokenBytes

        public com.google.protobuf.ByteString getPageTokenBytes()
         The value returned by the last `ListSchemasResponse`; indicates that
         this is a continuation of a prior `ListSchemas` call, and that the
         system should return the next page of data.
         
        string page_token = 4;
        Specified by:
        getPageTokenBytes in interface ListSchemasRequestOrBuilder
        Returns:
        The bytes for pageToken.
      • setPageToken

        public ListSchemasRequest.Builder setPageToken​(String value)
         The value returned by the last `ListSchemasResponse`; indicates that
         this is a continuation of a prior `ListSchemas` call, and that the
         system should return the next page of data.
         
        string page_token = 4;
        Parameters:
        value - The pageToken to set.
        Returns:
        This builder for chaining.
      • clearPageToken

        public ListSchemasRequest.Builder clearPageToken()
         The value returned by the last `ListSchemasResponse`; indicates that
         this is a continuation of a prior `ListSchemas` call, and that the
         system should return the next page of data.
         
        string page_token = 4;
        Returns:
        This builder for chaining.
      • setPageTokenBytes

        public ListSchemasRequest.Builder setPageTokenBytes​(com.google.protobuf.ByteString value)
         The value returned by the last `ListSchemasResponse`; indicates that
         this is a continuation of a prior `ListSchemas` call, and that the
         system should return the next page of data.
         
        string page_token = 4;
        Parameters:
        value - The bytes for pageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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