public static final class ListMetadataStoresResponse.Builder extends GeneratedMessage.Builder<ListMetadataStoresResponse.Builder> implements ListMetadataStoresResponseOrBuilderResponse message for MetadataService.ListMetadataStores.
Protobuf type google.cloud.aiplatform.v1beta1.ListMetadataStoresResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListMetadataStoresResponse.BuilderImplements
ListMetadataStoresResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllMetadataStores(Iterable<? extends MetadataStore> values)
public ListMetadataStoresResponse.Builder addAllMetadataStores(Iterable<? extends MetadataStore> values)The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.MetadataStore> |
| Returns | |
|---|---|
| Type | Description |
ListMetadataStoresResponse.Builder |
|
addMetadataStores(MetadataStore value)
public ListMetadataStoresResponse.Builder addMetadataStores(MetadataStore value)The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
MetadataStore |
| Returns | |
|---|---|
| Type | Description |
ListMetadataStoresResponse.Builder |
|
addMetadataStores(MetadataStore.Builder builderForValue)
public ListMetadataStoresResponse.Builder addMetadataStores(MetadataStore.Builder builderForValue)The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
MetadataStore.Builder |
| Returns | |
|---|---|
| Type | Description |
ListMetadataStoresResponse.Builder |
|
addMetadataStores(int index, MetadataStore value)
public ListMetadataStoresResponse.Builder addMetadataStores(int index, MetadataStore value)The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
MetadataStore |
| Returns | |
|---|---|
| Type | Description |
ListMetadataStoresResponse.Builder |
|
addMetadataStores(int index, MetadataStore.Builder builderForValue)
public ListMetadataStoresResponse.Builder addMetadataStores(int index, MetadataStore.Builder builderForValue)The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
MetadataStore.Builder |
| Returns | |
|---|---|
| Type | Description |
ListMetadataStoresResponse.Builder |
|
addMetadataStoresBuilder()
public MetadataStore.Builder addMetadataStoresBuilder()The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Returns | |
|---|---|
| Type | Description |
MetadataStore.Builder |
|
addMetadataStoresBuilder(int index)
public MetadataStore.Builder addMetadataStoresBuilder(int index)The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MetadataStore.Builder |
|
build()
public ListMetadataStoresResponse build()| Returns | |
|---|---|
| Type | Description |
ListMetadataStoresResponse |
|
buildPartial()
public ListMetadataStoresResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListMetadataStoresResponse |
|
clear()
public ListMetadataStoresResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListMetadataStoresResponse.Builder |
|
clearMetadataStores()
public ListMetadataStoresResponse.Builder clearMetadataStores()The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Returns | |
|---|---|
| Type | Description |
ListMetadataStoresResponse.Builder |
|
clearNextPageToken()
public ListMetadataStoresResponse.Builder clearNextPageToken()A token, which can be sent as ListMetadataStoresRequest.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 |
ListMetadataStoresResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListMetadataStoresResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListMetadataStoresResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMetadataStores(int index)
public MetadataStore getMetadataStores(int index)The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MetadataStore |
|
getMetadataStoresBuilder(int index)
public MetadataStore.Builder getMetadataStoresBuilder(int index)The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MetadataStore.Builder |
|
getMetadataStoresBuilderList()
public List<MetadataStore.Builder> getMetadataStoresBuilderList()The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getMetadataStoresCount()
public int getMetadataStoresCount()The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMetadataStoresList()
public List<MetadataStore> getMetadataStoresList()The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Returns | |
|---|---|
| Type | Description |
List<MetadataStore> |
|
getMetadataStoresOrBuilder(int index)
public MetadataStoreOrBuilder getMetadataStoresOrBuilder(int index)The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MetadataStoreOrBuilder |
|
getMetadataStoresOrBuilderList()
public List<? extends MetadataStoreOrBuilder> getMetadataStoresOrBuilderList()The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.MetadataStoreOrBuilder> |
|
getNextPageToken()
public String getNextPageToken()A token, which can be sent as ListMetadataStoresRequest.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 ListMetadataStoresRequest.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(ListMetadataStoresResponse other)
public ListMetadataStoresResponse.Builder mergeFrom(ListMetadataStoresResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListMetadataStoresResponse |
| Returns | |
|---|---|
| Type | Description |
ListMetadataStoresResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListMetadataStoresResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListMetadataStoresResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListMetadataStoresResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListMetadataStoresResponse.Builder |
|
removeMetadataStores(int index)
public ListMetadataStoresResponse.Builder removeMetadataStores(int index)The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListMetadataStoresResponse.Builder |
|
setMetadataStores(int index, MetadataStore value)
public ListMetadataStoresResponse.Builder setMetadataStores(int index, MetadataStore value)The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
MetadataStore |
| Returns | |
|---|---|
| Type | Description |
ListMetadataStoresResponse.Builder |
|
setMetadataStores(int index, MetadataStore.Builder builderForValue)
public ListMetadataStoresResponse.Builder setMetadataStores(int index, MetadataStore.Builder builderForValue)The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1beta1.MetadataStore metadata_stores = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
MetadataStore.Builder |
| Returns | |
|---|---|
| Type | Description |
ListMetadataStoresResponse.Builder |
|
setNextPageToken(String value)
public ListMetadataStoresResponse.Builder setNextPageToken(String value)A token, which can be sent as ListMetadataStoresRequest.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 |
ListMetadataStoresResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListMetadataStoresResponse.Builder setNextPageTokenBytes(ByteString value)A token, which can be sent as ListMetadataStoresRequest.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 |
ListMetadataStoresResponse.Builder |
This builder for chaining. |