public static final class ContainerRegistryDestination.Builder extends GeneratedMessage.Builder<ContainerRegistryDestination.Builder> implements ContainerRegistryDestinationOrBuilderThe Container Registry location for the container image.
Protobuf type google.cloud.vertexai.v1.ContainerRegistryDestination
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ContainerRegistryDestination.BuilderImplements
ContainerRegistryDestinationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ContainerRegistryDestination build()| Returns | |
|---|---|
| Type | Description |
ContainerRegistryDestination |
|
buildPartial()
public ContainerRegistryDestination buildPartial()| Returns | |
|---|---|
| Type | Description |
ContainerRegistryDestination |
|
clear()
public ContainerRegistryDestination.Builder clear()| Returns | |
|---|---|
| Type | Description |
ContainerRegistryDestination.Builder |
|
clearOutputUri()
public ContainerRegistryDestination.Builder clearOutputUri()Required. Container Registry URI of a container image. Only Google Container Registry and Artifact Registry are supported now. Accepted forms:
Google Container Registry path. For example:
gcr.io/projectId/imageName:tag.Artifact Registry path. For example:
us-central1-docker.pkg.dev/projectId/repoName/imageName:tag.If a tag is not specified, "latest" will be used as the default tag.
string output_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ContainerRegistryDestination.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ContainerRegistryDestination getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ContainerRegistryDestination |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getOutputUri()
public String getOutputUri()Required. Container Registry URI of a container image. Only Google Container Registry and Artifact Registry are supported now. Accepted forms:
Google Container Registry path. For example:
gcr.io/projectId/imageName:tag.Artifact Registry path. For example:
us-central1-docker.pkg.dev/projectId/repoName/imageName:tag.If a tag is not specified, "latest" will be used as the default tag.
string output_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The outputUri. |
getOutputUriBytes()
public ByteString getOutputUriBytes()Required. Container Registry URI of a container image. Only Google Container Registry and Artifact Registry are supported now. Accepted forms:
Google Container Registry path. For example:
gcr.io/projectId/imageName:tag.Artifact Registry path. For example:
us-central1-docker.pkg.dev/projectId/repoName/imageName:tag.If a tag is not specified, "latest" will be used as the default tag.
string output_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for outputUri. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ContainerRegistryDestination other)
public ContainerRegistryDestination.Builder mergeFrom(ContainerRegistryDestination other)| Parameter | |
|---|---|
| Name | Description |
other |
ContainerRegistryDestination |
| Returns | |
|---|---|
| Type | Description |
ContainerRegistryDestination.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ContainerRegistryDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ContainerRegistryDestination.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ContainerRegistryDestination.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ContainerRegistryDestination.Builder |
|
setOutputUri(String value)
public ContainerRegistryDestination.Builder setOutputUri(String value)Required. Container Registry URI of a container image. Only Google Container Registry and Artifact Registry are supported now. Accepted forms:
Google Container Registry path. For example:
gcr.io/projectId/imageName:tag.Artifact Registry path. For example:
us-central1-docker.pkg.dev/projectId/repoName/imageName:tag.If a tag is not specified, "latest" will be used as the default tag.
string output_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe outputUri to set. |
| Returns | |
|---|---|
| Type | Description |
ContainerRegistryDestination.Builder |
This builder for chaining. |
setOutputUriBytes(ByteString value)
public ContainerRegistryDestination.Builder setOutputUriBytes(ByteString value)Required. Container Registry URI of a container image. Only Google Container Registry and Artifact Registry are supported now. Accepted forms:
Google Container Registry path. For example:
gcr.io/projectId/imageName:tag.Artifact Registry path. For example:
us-central1-docker.pkg.dev/projectId/repoName/imageName:tag.If a tag is not specified, "latest" will be used as the default tag.
string output_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for outputUri to set. |
| Returns | |
|---|---|
| Type | Description |
ContainerRegistryDestination.Builder |
This builder for chaining. |