public static final class ListMetadataStoresResponse.Builder extends GeneratedMessageV3.Builder<ListMetadataStoresResponse.Builder> implements ListMetadataStoresResponseOrBuilder
Response message for MetadataService.ListMetadataStores.
Protobuf type google.cloud.aiplatform.v1.ListMetadataStoresResponse
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public ListMetadataStoresResponse.Builder addAllMetadataStores(Iterable<? extends MetadataStore> values)
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1.MetadataStore>
|
Returns
public ListMetadataStoresResponse.Builder addMetadataStores(MetadataStore value)
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Parameter
Returns
public ListMetadataStoresResponse.Builder addMetadataStores(MetadataStore.Builder builderForValue)
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Parameter
Returns
public ListMetadataStoresResponse.Builder addMetadataStores(int index, MetadataStore value)
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Parameters
Returns
public ListMetadataStoresResponse.Builder addMetadataStores(int index, MetadataStore.Builder builderForValue)
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Parameters
Returns
public MetadataStore.Builder addMetadataStoresBuilder()
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Returns
public MetadataStore.Builder addMetadataStoresBuilder(int index)
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Parameter
Returns
public ListMetadataStoresResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ListMetadataStoresResponse build()
Returns
public ListMetadataStoresResponse buildPartial()
Returns
public ListMetadataStoresResponse.Builder clear()
Returns
Overrides
public ListMetadataStoresResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public ListMetadataStoresResponse.Builder clearMetadataStores()
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Returns
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
public ListMetadataStoresResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public ListMetadataStoresResponse.Builder clone()
Returns
Overrides
public ListMetadataStoresResponse getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public MetadataStore getMetadataStores(int index)
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Parameter
Returns
public MetadataStore.Builder getMetadataStoresBuilder(int index)
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Parameter
Returns
public List<MetadataStore.Builder> getMetadataStoresBuilderList()
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Returns
public int getMetadataStoresCount()
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Returns
public List<MetadataStore> getMetadataStoresList()
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Returns
public MetadataStoreOrBuilder getMetadataStoresOrBuilder(int index)
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Parameter
Returns
public List<? extends MetadataStoreOrBuilder> getMetadataStoresOrBuilderList()
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Returns
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ListMetadataStoresResponse.Builder mergeFrom(ListMetadataStoresResponse other)
Parameter
Returns
public ListMetadataStoresResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public ListMetadataStoresResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final ListMetadataStoresResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public ListMetadataStoresResponse.Builder removeMetadataStores(int index)
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Parameter
Returns
public ListMetadataStoresResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ListMetadataStoresResponse.Builder setMetadataStores(int index, MetadataStore value)
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Parameters
Returns
public ListMetadataStoresResponse.Builder setMetadataStores(int index, MetadataStore.Builder builderForValue)
The MetadataStores found for the Location.
repeated .google.cloud.aiplatform.v1.MetadataStore metadata_stores = 1;
Parameters
Returns
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 | String
The nextPageToken to set.
|
Returns
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 | ByteString
The bytes for nextPageToken to set.
|
Returns
public ListMetadataStoresResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final ListMetadataStoresResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides