public interface ReleaseInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsVariantOciImagePaths(String key)
public abstract boolean containsVariantOciImagePaths(String key)Output only. per-variant paths to the oci images the service uploads on package release creation
map<string, string> variant_oci_image_paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getOciImagePath()
public abstract String getOciImagePath() Output only. path to the oci image the service uploads to on a Release
creation.
string oci_image_path = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The ociImagePath. |
getOciImagePathBytes()
public abstract ByteString getOciImagePathBytes() Output only. path to the oci image the service uploads to on a Release
creation.
string oci_image_path = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ociImagePath. |
getVariantOciImagePaths() (deprecated)
public abstract Map<String,String> getVariantOciImagePaths()Use #getVariantOciImagePathsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getVariantOciImagePathsCount()
public abstract int getVariantOciImagePathsCount()Output only. per-variant paths to the oci images the service uploads on package release creation
map<string, string> variant_oci_image_paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getVariantOciImagePathsMap()
public abstract Map<String,String> getVariantOciImagePathsMap()Output only. per-variant paths to the oci images the service uploads on package release creation
map<string, string> variant_oci_image_paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getVariantOciImagePathsOrDefault(String key, String defaultValue)
public abstract String getVariantOciImagePathsOrDefault(String key, String defaultValue)Output only. per-variant paths to the oci images the service uploads on package release creation
map<string, string> variant_oci_image_paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getVariantOciImagePathsOrThrow(String key)
public abstract String getVariantOciImagePathsOrThrow(String key)Output only. per-variant paths to the oci images the service uploads on package release creation
map<string, string> variant_oci_image_paths = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|