public static final class ReleaseInfo.Builder extends GeneratedMessage.Builder<ReleaseInfo.Builder> implements ReleaseInfoOrBuilder
ReleaseInfo contains extra information about the ResourceBundle release
e.g., link to an artifact registry OCI image.
Protobuf type google.cloud.configdelivery.v1beta.ReleaseInfo
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
build()
public ReleaseInfo build()
buildPartial()
public ReleaseInfo buildPartial()
clear()
public ReleaseInfo.Builder clear()
Overrides
clearOciImagePath()
public ReleaseInfo.Builder clearOciImagePath()
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];
clearVariantOciImagePaths()
public ReleaseInfo.Builder clearVariantOciImagePaths()
containsVariantOciImagePaths(String key)
public 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
|
getDefaultInstanceForType()
public ReleaseInfo getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getMutableVariantOciImagePaths() (deprecated)
public Map<String,String> getMutableVariantOciImagePaths()
Use alternate mutation accessors instead.
getOciImagePath()
public 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 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 Map<String,String> getVariantOciImagePaths()
getVariantOciImagePathsCount()
public 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 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];
getVariantOciImagePathsOrDefault(String key, String defaultValue)
public 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];
| Returns |
| Type |
Description |
String |
|
getVariantOciImagePathsOrThrow(String key)
public 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 |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ReleaseInfo other)
public ReleaseInfo.Builder mergeFrom(ReleaseInfo other)
public ReleaseInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ReleaseInfo.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
putAllVariantOciImagePaths(Map<String,String> values)
public ReleaseInfo.Builder putAllVariantOciImagePaths(Map<String,String> values)
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];
putVariantOciImagePaths(String key, String value)
public ReleaseInfo.Builder putVariantOciImagePaths(String key, String value)
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];
removeVariantOciImagePaths(String key)
public ReleaseInfo.Builder removeVariantOciImagePaths(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
|
setOciImagePath(String value)
public ReleaseInfo.Builder setOciImagePath(String value)
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];
| Parameter |
| Name |
Description |
value |
String
The ociImagePath to set.
|
setOciImagePathBytes(ByteString value)
public ReleaseInfo.Builder setOciImagePathBytes(ByteString value)
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];
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for ociImagePath to set.
|