public interface ContainerImageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRepository()
Required.
|
com.google.protobuf.ByteString |
getRepositoryBytes()
Required.
|
String |
getTag()
The tag of the container image.
|
com.google.protobuf.ByteString |
getTagBytes()
The tag of the container image.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRepository()
Required. The path to the container image repository. For example:
`gcr.io/{project_id}/{image_name}`
string repository = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getRepositoryBytes()
Required. The path to the container image repository. For example:
`gcr.io/{project_id}/{image_name}`
string repository = 1 [(.google.api.field_behavior) = REQUIRED];String getTag()
The tag of the container image. If not specified, this defaults to the latest tag.
string tag = 2;com.google.protobuf.ByteString getTagBytes()
The tag of the container image. If not specified, this defaults to the latest tag.
string tag = 2;Copyright © 2024 Google LLC. All rights reserved.