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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
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>
|
public ListMetadataSchemasResponse.Builder addMetadataSchemas(MetadataSchema value)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
public ListMetadataSchemasResponse.Builder addMetadataSchemas(MetadataSchema.Builder builderForValue)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
public ListMetadataSchemasResponse.Builder addMetadataSchemas(int index, MetadataSchema value)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
public ListMetadataSchemasResponse.Builder addMetadataSchemas(int index, MetadataSchema.Builder builderForValue)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
public MetadataSchema.Builder addMetadataSchemasBuilder()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
public MetadataSchema.Builder addMetadataSchemasBuilder(int index)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameter |
Name |
Description |
index |
int
|
public ListMetadataSchemasResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListMetadataSchemasResponse build()
public ListMetadataSchemasResponse buildPartial()
public ListMetadataSchemasResponse.Builder clear()
Overrides
public ListMetadataSchemasResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ListMetadataSchemasResponse.Builder clearMetadataSchemas()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
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;
public ListMetadataSchemasResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListMetadataSchemasResponse.Builder clone()
Overrides
public ListMetadataSchemasResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public MetadataSchema getMetadataSchemas(int index)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameter |
Name |
Description |
index |
int
|
public MetadataSchema.Builder getMetadataSchemasBuilder(int index)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameter |
Name |
Description |
index |
int
|
public List<MetadataSchema.Builder> getMetadataSchemasBuilderList()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
public int getMetadataSchemasCount()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Returns |
Type |
Description |
int |
|
public List<MetadataSchema> getMetadataSchemasList()
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
public MetadataSchemaOrBuilder getMetadataSchemasOrBuilder(int index)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameter |
Name |
Description |
index |
int
|
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()
Overrides
public final boolean isInitialized()
Overrides
public ListMetadataSchemasResponse.Builder mergeFrom(ListMetadataSchemasResponse other)
public ListMetadataSchemasResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListMetadataSchemasResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final ListMetadataSchemasResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ListMetadataSchemasResponse.Builder removeMetadataSchemas(int index)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
Parameter |
Name |
Description |
index |
int
|
public ListMetadataSchemasResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListMetadataSchemasResponse.Builder setMetadataSchemas(int index, MetadataSchema value)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
public ListMetadataSchemasResponse.Builder setMetadataSchemas(int index, MetadataSchema.Builder builderForValue)
The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
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.
|
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.
|
public ListMetadataSchemasResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListMetadataSchemasResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides