public static final class CreateMetadataStoreRequest.Builder extends GeneratedMessage.Builder<CreateMetadataStoreRequest.Builder> implements CreateMetadataStoreRequestOrBuilderRequest message for MetadataService.CreateMetadataStore.
Protobuf type google.cloud.aiplatform.v1beta1.CreateMetadataStoreRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateMetadataStoreRequest.BuilderImplements
CreateMetadataStoreRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateMetadataStoreRequest build()| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest |
|
buildPartial()
public CreateMetadataStoreRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest |
|
clear()
public CreateMetadataStoreRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest.Builder |
|
clearMetadataStore()
public CreateMetadataStoreRequest.Builder clearMetadataStore()Required. The MetadataStore to create.
.google.cloud.aiplatform.v1beta1.MetadataStore metadata_store = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest.Builder |
|
clearMetadataStoreId()
public CreateMetadataStoreRequest.Builder clearMetadataStoreId() The {metadatastore} portion of the resource name with the format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
If not provided, the MetadataStore's ID will be a UUID generated by the
service.
Must be 4-128 characters in length. Valid characters are /a-z-/.
Must be unique across all MetadataStores in the parent Location.
(Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED
if the caller can't view the preexisting MetadataStore.)
string metadata_store_id = 3;
| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest.Builder |
This builder for chaining. |
clearParent()
public CreateMetadataStoreRequest.Builder clearParent() Required. The resource name of the Location where the MetadataStore should
be created.
Format: projects/{project}/locations/{location}/
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CreateMetadataStoreRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMetadataStore()
public MetadataStore getMetadataStore()Required. The MetadataStore to create.
.google.cloud.aiplatform.v1beta1.MetadataStore metadata_store = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
MetadataStore |
The metadataStore. |
getMetadataStoreBuilder()
public MetadataStore.Builder getMetadataStoreBuilder()Required. The MetadataStore to create.
.google.cloud.aiplatform.v1beta1.MetadataStore metadata_store = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
MetadataStore.Builder |
|
getMetadataStoreId()
public String getMetadataStoreId() The {metadatastore} portion of the resource name with the format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
If not provided, the MetadataStore's ID will be a UUID generated by the
service.
Must be 4-128 characters in length. Valid characters are /a-z-/.
Must be unique across all MetadataStores in the parent Location.
(Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED
if the caller can't view the preexisting MetadataStore.)
string metadata_store_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The metadataStoreId. |
getMetadataStoreIdBytes()
public ByteString getMetadataStoreIdBytes() The {metadatastore} portion of the resource name with the format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
If not provided, the MetadataStore's ID will be a UUID generated by the
service.
Must be 4-128 characters in length. Valid characters are /a-z-/.
Must be unique across all MetadataStores in the parent Location.
(Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED
if the caller can't view the preexisting MetadataStore.)
string metadata_store_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for metadataStoreId. |
getMetadataStoreOrBuilder()
public MetadataStoreOrBuilder getMetadataStoreOrBuilder()Required. The MetadataStore to create.
.google.cloud.aiplatform.v1beta1.MetadataStore metadata_store = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
MetadataStoreOrBuilder |
|
getParent()
public String getParent() Required. The resource name of the Location where the MetadataStore should
be created.
Format: projects/{project}/locations/{location}/
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The resource name of the Location where the MetadataStore should
be created.
Format: projects/{project}/locations/{location}/
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasMetadataStore()
public boolean hasMetadataStore()Required. The MetadataStore to create.
.google.cloud.aiplatform.v1beta1.MetadataStore metadata_store = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metadataStore field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CreateMetadataStoreRequest other)
public CreateMetadataStoreRequest.Builder mergeFrom(CreateMetadataStoreRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateMetadataStoreRequest |
| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateMetadataStoreRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateMetadataStoreRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest.Builder |
|
mergeMetadataStore(MetadataStore value)
public CreateMetadataStoreRequest.Builder mergeMetadataStore(MetadataStore value)Required. The MetadataStore to create.
.google.cloud.aiplatform.v1beta1.MetadataStore metadata_store = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
MetadataStore |
| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest.Builder |
|
setMetadataStore(MetadataStore value)
public CreateMetadataStoreRequest.Builder setMetadataStore(MetadataStore value)Required. The MetadataStore to create.
.google.cloud.aiplatform.v1beta1.MetadataStore metadata_store = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
MetadataStore |
| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest.Builder |
|
setMetadataStore(MetadataStore.Builder builderForValue)
public CreateMetadataStoreRequest.Builder setMetadataStore(MetadataStore.Builder builderForValue)Required. The MetadataStore to create.
.google.cloud.aiplatform.v1beta1.MetadataStore metadata_store = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
MetadataStore.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest.Builder |
|
setMetadataStoreId(String value)
public CreateMetadataStoreRequest.Builder setMetadataStoreId(String value) The {metadatastore} portion of the resource name with the format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
If not provided, the MetadataStore's ID will be a UUID generated by the
service.
Must be 4-128 characters in length. Valid characters are /a-z-/.
Must be unique across all MetadataStores in the parent Location.
(Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED
if the caller can't view the preexisting MetadataStore.)
string metadata_store_id = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe metadataStoreId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest.Builder |
This builder for chaining. |
setMetadataStoreIdBytes(ByteString value)
public CreateMetadataStoreRequest.Builder setMetadataStoreIdBytes(ByteString value) The {metadatastore} portion of the resource name with the format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
If not provided, the MetadataStore's ID will be a UUID generated by the
service.
Must be 4-128 characters in length. Valid characters are /a-z-/.
Must be unique across all MetadataStores in the parent Location.
(Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED
if the caller can't view the preexisting MetadataStore.)
string metadata_store_id = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for metadataStoreId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest.Builder |
This builder for chaining. |
setParent(String value)
public CreateMetadataStoreRequest.Builder setParent(String value) Required. The resource name of the Location where the MetadataStore should
be created.
Format: projects/{project}/locations/{location}/
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateMetadataStoreRequest.Builder setParentBytes(ByteString value) Required. The resource name of the Location where the MetadataStore should
be created.
Format: projects/{project}/locations/{location}/
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateMetadataStoreRequest.Builder |
This builder for chaining. |