public static final class ListMetadataSchemasResponse.Builder extends GeneratedMessageV3.Builder<ListMetadataSchemasResponse.Builder> implements ListMetadataSchemasResponseOrBuilder
Response message for
MetadataService.ListMetadataSchemas.
Protobuf type google.cloud.aiplatform.v1beta1.ListMetadataSchemasResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public ListMetadataSchemasResponse.Builder addAllMetadataSchemas(Iterable<? extends MetadataSchema> values)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1beta1.MetadataSchema>
|
Returns
public ListMetadataSchemasResponse.Builder addMetadataSchemas(MetadataSchema value)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameter
Returns
public ListMetadataSchemasResponse.Builder addMetadataSchemas(MetadataSchema.Builder builderForValue)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameter
Returns
public ListMetadataSchemasResponse.Builder addMetadataSchemas(int index, MetadataSchema value)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameters
Returns
public ListMetadataSchemasResponse.Builder addMetadataSchemas(int index, MetadataSchema.Builder builderForValue)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameters
Returns
public MetadataSchema.Builder addMetadataSchemasBuilder()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Returns
public MetadataSchema.Builder addMetadataSchemasBuilder(int index)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameter
Returns
public ListMetadataSchemasResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ListMetadataSchemasResponse build()
Returns
public ListMetadataSchemasResponse buildPartial()
Returns
public ListMetadataSchemasResponse.Builder clear()
Returns
Overrides
public ListMetadataSchemasResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public ListMetadataSchemasResponse.Builder clearMetadataSchemas()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Returns
clearNextPageToken()
public ListMetadataSchemasResponse.Builder clearNextPageToken()
A token, which can be sent as
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
public ListMetadataSchemasResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public ListMetadataSchemasResponse.Builder clone()
Returns
Overrides
public ListMetadataSchemasResponse getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public MetadataSchema getMetadataSchemas(int index)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameter
Returns
public MetadataSchema.Builder getMetadataSchemasBuilder(int index)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameter
Returns
public List<MetadataSchema.Builder> getMetadataSchemasBuilderList()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Returns
public int getMetadataSchemasCount()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Returns
public List<MetadataSchema> getMetadataSchemasList()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Returns
public MetadataSchemaOrBuilder getMetadataSchemasOrBuilder(int index)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameter
Returns
public List<? extends MetadataSchemaOrBuilder> getMetadataSchemasOrBuilderList()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Returns
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.MetadataSchemaOrBuilder> | |
getNextPageToken()
public String getNextPageToken()
A token, which can be sent as
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
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token, which can be sent as
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
Type | Description |
ByteString | The bytes for nextPageToken.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ListMetadataSchemasResponse.Builder mergeFrom(ListMetadataSchemasResponse other)
Parameter
Returns
public ListMetadataSchemasResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public ListMetadataSchemasResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final ListMetadataSchemasResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public ListMetadataSchemasResponse.Builder removeMetadataSchemas(int index)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameter
Returns
public ListMetadataSchemasResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ListMetadataSchemasResponse.Builder setMetadataSchemas(int index, MetadataSchema value)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameters
Returns
public ListMetadataSchemasResponse.Builder setMetadataSchemas(int index, MetadataSchema.Builder builderForValue)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameters
Returns
setNextPageToken(String value)
public ListMetadataSchemasResponse.Builder setNextPageToken(String value)
A token, which can be sent as
ListMetadataSchemasRequest.page_token
to retrieve the next page. If this field is not populated, there are no
subsequent pages.
string next_page_token = 2;
Parameter
Name | Description |
value | String
The nextPageToken to set.
|
Returns
setNextPageTokenBytes(ByteString value)
public ListMetadataSchemasResponse.Builder setNextPageTokenBytes(ByteString value)
A token, which can be sent as
ListMetadataSchemasRequest.page_token
to retrieve the next page. If this field is not populated, there are no
subsequent pages.
string next_page_token = 2;
Parameter
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
Returns
public ListMetadataSchemasResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final ListMetadataSchemasResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides