public static final class CreateContextRequest.Builder extends GeneratedMessage.Builder<CreateContextRequest.Builder> implements CreateContextRequestOrBuilderRequest message for MetadataService.CreateContext.
Protobuf type google.cloud.aiplatform.v1beta1.CreateContextRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateContextRequest.BuilderImplements
CreateContextRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateContextRequest build()| Returns | |
|---|---|
| Type | Description |
CreateContextRequest |
|
buildPartial()
public CreateContextRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateContextRequest |
|
clear()
public CreateContextRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
|
clearContext()
public CreateContextRequest.Builder clearContext()Required. The Context to create.
.google.cloud.aiplatform.v1beta1.Context context = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
|
clearContextId()
public CreateContextRequest.Builder clearContextId() The {context} portion of the resource name with the format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}.
If not provided, the Context'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 Contexts in the parent MetadataStore. (Otherwise
the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the
caller can't view the preexisting Context.)
string context_id = 3;
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
This builder for chaining. |
clearParent()
public CreateContextRequest.Builder clearParent() Required. The resource name of the MetadataStore where the Context should
be created. Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
This builder for chaining. |
getContext()
public Context getContext()Required. The Context to create.
.google.cloud.aiplatform.v1beta1.Context context = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Context |
The context. |
getContextBuilder()
public Context.Builder getContextBuilder()Required. The Context to create.
.google.cloud.aiplatform.v1beta1.Context context = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Context.Builder |
|
getContextId()
public String getContextId() The {context} portion of the resource name with the format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}.
If not provided, the Context'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 Contexts in the parent MetadataStore. (Otherwise
the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the
caller can't view the preexisting Context.)
string context_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The contextId. |
getContextIdBytes()
public ByteString getContextIdBytes() The {context} portion of the resource name with the format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}.
If not provided, the Context'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 Contexts in the parent MetadataStore. (Otherwise
the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the
caller can't view the preexisting Context.)
string context_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for contextId. |
getContextOrBuilder()
public ContextOrBuilder getContextOrBuilder()Required. The Context to create.
.google.cloud.aiplatform.v1beta1.Context context = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ContextOrBuilder |
|
getDefaultInstanceForType()
public CreateContextRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateContextRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent() Required. The resource name of the MetadataStore where the Context should
be created. Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
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 MetadataStore where the Context should
be created. Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasContext()
public boolean hasContext()Required. The Context to create.
.google.cloud.aiplatform.v1beta1.Context context = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the context field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeContext(Context value)
public CreateContextRequest.Builder mergeContext(Context value)Required. The Context to create.
.google.cloud.aiplatform.v1beta1.Context context = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Context |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
|
mergeFrom(CreateContextRequest other)
public CreateContextRequest.Builder mergeFrom(CreateContextRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateContextRequest |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateContextRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateContextRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
|
setContext(Context value)
public CreateContextRequest.Builder setContext(Context value)Required. The Context to create.
.google.cloud.aiplatform.v1beta1.Context context = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Context |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
|
setContext(Context.Builder builderForValue)
public CreateContextRequest.Builder setContext(Context.Builder builderForValue)Required. The Context to create.
.google.cloud.aiplatform.v1beta1.Context context = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Context.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
|
setContextId(String value)
public CreateContextRequest.Builder setContextId(String value) The {context} portion of the resource name with the format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}.
If not provided, the Context'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 Contexts in the parent MetadataStore. (Otherwise
the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the
caller can't view the preexisting Context.)
string context_id = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe contextId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
This builder for chaining. |
setContextIdBytes(ByteString value)
public CreateContextRequest.Builder setContextIdBytes(ByteString value) The {context} portion of the resource name with the format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}.
If not provided, the Context'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 Contexts in the parent MetadataStore. (Otherwise
the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the
caller can't view the preexisting Context.)
string context_id = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for contextId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
This builder for chaining. |
setParent(String value)
public CreateContextRequest.Builder setParent(String value) Required. The resource name of the MetadataStore where the Context should
be created. Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateContextRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateContextRequest.Builder setParentBytes(ByteString value) Required. The resource name of the MetadataStore where the Context should
be created. Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
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 |
CreateContextRequest.Builder |
This builder for chaining. |