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

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

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

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

        public ListMetadataSchemasResponse.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<ListMetadataSchemasResponse.Builder>
        Throws:
        IOException
      • setMetadataSchemas

        public ListMetadataSchemasResponse.Builder setMetadataSchemas​(int index,
                                                                      MetadataSchema value)
         The MetadataSchemas found for the MetadataStore.
         
        repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
      • addMetadataSchemas

        public ListMetadataSchemasResponse.Builder addMetadataSchemas​(int index,
                                                                      MetadataSchema value)
         The MetadataSchemas found for the MetadataStore.
         
        repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
      • clearMetadataSchemas

        public ListMetadataSchemasResponse.Builder clearMetadataSchemas()
         The MetadataSchemas found for the MetadataStore.
         
        repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
      • removeMetadataSchemas

        public ListMetadataSchemasResponse.Builder removeMetadataSchemas​(int index)
         The MetadataSchemas found for the MetadataStore.
         
        repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
      • getMetadataSchemasBuilder

        public MetadataSchema.Builder getMetadataSchemasBuilder​(int index)
         The MetadataSchemas found for the MetadataStore.
         
        repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
      • addMetadataSchemasBuilder

        public MetadataSchema.Builder addMetadataSchemasBuilder()
         The MetadataSchemas found for the MetadataStore.
         
        repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
      • addMetadataSchemasBuilder

        public MetadataSchema.Builder addMetadataSchemasBuilder​(int index)
         The MetadataSchemas found for the MetadataStore.
         
        repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
      • getMetadataSchemasBuilderList

        public List<MetadataSchema.Builder> getMetadataSchemasBuilderList()
         The MetadataSchemas found for the MetadataStore.
         
        repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
      • getNextPageToken

        public String getNextPageToken()
         A token, which can be sent as
         [ListMetadataSchemasRequest.page_token][google.cloud.aiplatform.v1beta1.ListMetadataSchemasRequest.page_token]
         to retrieve the next page. If this field is not populated, there are no
         subsequent pages.
         
        string next_page_token = 2;
        Specified by:
        getNextPageToken in interface ListMetadataSchemasResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public com.google.protobuf.ByteString getNextPageTokenBytes()
         A token, which can be sent as
         [ListMetadataSchemasRequest.page_token][google.cloud.aiplatform.v1beta1.ListMetadataSchemasRequest.page_token]
         to retrieve the next page. If this field is not populated, there are no
         subsequent pages.
         
        string next_page_token = 2;
        Specified by:
        getNextPageTokenBytes in interface ListMetadataSchemasResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListMetadataSchemasResponse.Builder setNextPageToken​(String value)
         A token, which can be sent as
         [ListMetadataSchemasRequest.page_token][google.cloud.aiplatform.v1beta1.ListMetadataSchemasRequest.page_token]
         to retrieve the next page. If this field is not populated, there are no
         subsequent pages.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListMetadataSchemasResponse.Builder clearNextPageToken()
         A token, which can be sent as
         [ListMetadataSchemasRequest.page_token][google.cloud.aiplatform.v1beta1.ListMetadataSchemasRequest.page_token]
         to retrieve the next page. If this field is not populated, there are no
         subsequent pages.
         
        string next_page_token = 2;
        Returns:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListMetadataSchemasResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         A token, which can be sent as
         [ListMetadataSchemasRequest.page_token][google.cloud.aiplatform.v1beta1.ListMetadataSchemasRequest.page_token]
         to retrieve the next page. If this field is not populated, there are no
         subsequent pages.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

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