public static final class ListMetadataSchemasResponse.Builder extends GeneratedMessage.Builder<ListMetadataSchemasResponse.Builder> implements ListMetadataSchemasResponseOrBuilderResponse message for MetadataService.ListMetadataSchemas.
Protobuf type google.cloud.aiplatform.v1beta1.ListMetadataSchemasResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListMetadataSchemasResponse.BuilderImplements
ListMetadataSchemasResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllMetadataSchemas(Iterable<? extends MetadataSchema> values)
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 | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse.Builder |
|
addMetadataSchemas(MetadataSchema value)
public ListMetadataSchemasResponse.Builder addMetadataSchemas(MetadataSchema value)The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
MetadataSchema |
| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse.Builder |
|
addMetadataSchemas(MetadataSchema.Builder builderForValue)
public ListMetadataSchemasResponse.Builder addMetadataSchemas(MetadataSchema.Builder builderForValue)The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
MetadataSchema.Builder |
| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse.Builder |
|
addMetadataSchemas(int index, MetadataSchema value)
public ListMetadataSchemasResponse.Builder addMetadataSchemas(int index, MetadataSchema value)The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
MetadataSchema |
| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse.Builder |
|
addMetadataSchemas(int index, MetadataSchema.Builder builderForValue)
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 | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
MetadataSchema.Builder |
| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse.Builder |
|
addMetadataSchemasBuilder()
public MetadataSchema.Builder addMetadataSchemasBuilder()The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
| Returns | |
|---|---|
| Type | Description |
MetadataSchema.Builder |
|
addMetadataSchemasBuilder(int index)
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 |
| Returns | |
|---|---|
| Type | Description |
MetadataSchema.Builder |
|
build()
public ListMetadataSchemasResponse build()| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse |
|
buildPartial()
public ListMetadataSchemasResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse |
|
clear()
public ListMetadataSchemasResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse.Builder |
|
clearMetadataSchemas()
public ListMetadataSchemasResponse.Builder clearMetadataSchemas()The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse.Builder |
|
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 | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListMetadataSchemasResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMetadataSchemas(int index)
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 |
| Returns | |
|---|---|
| Type | Description |
MetadataSchema |
|
getMetadataSchemasBuilder(int index)
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 |
| Returns | |
|---|---|
| Type | Description |
MetadataSchema.Builder |
|
getMetadataSchemasBuilderList()
public List<MetadataSchema.Builder> getMetadataSchemasBuilderList()The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getMetadataSchemasCount()
public int getMetadataSchemasCount()The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMetadataSchemasList()
public List<MetadataSchema> getMetadataSchemasList()The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
| Returns | |
|---|---|
| Type | Description |
List<MetadataSchema> |
|
getMetadataSchemasOrBuilder(int index)
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 |
| Returns | |
|---|---|
| Type | Description |
MetadataSchemaOrBuilder |
|
getMetadataSchemasOrBuilderList()
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListMetadataSchemasResponse other)
public ListMetadataSchemasResponse.Builder mergeFrom(ListMetadataSchemasResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListMetadataSchemasResponse |
| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListMetadataSchemasResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListMetadataSchemasResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse.Builder |
|
removeMetadataSchemas(int index)
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 |
| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse.Builder |
|
setMetadataSchemas(int index, MetadataSchema value)
public ListMetadataSchemasResponse.Builder setMetadataSchemas(int index, MetadataSchema value)The MetadataSchemas found for the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.MetadataSchema metadata_schemas = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
MetadataSchema |
| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse.Builder |
|
setMetadataSchemas(int index, MetadataSchema.Builder builderForValue)
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 | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
MetadataSchema.Builder |
| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse.Builder |
|
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 |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse.Builder |
This builder for chaining. |
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 |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListMetadataSchemasResponse.Builder |
This builder for chaining. |