public static final class ReleaseInfo.Builder extends GeneratedMessageV3.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.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReleaseInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ReleaseInfo build()
buildPartial()
public ReleaseInfo buildPartial()
clear()
public ReleaseInfo.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ReleaseInfo.Builder clearField(Descriptors.FieldDescriptor field)
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];
clearOneof(Descriptors.OneofDescriptor oneof)
public ReleaseInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearVariantOciImagePaths()
public ReleaseInfo.Builder clearVariantOciImagePaths()
clone()
public ReleaseInfo.Builder clone()
Overrides
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 GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReleaseInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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
|
setField(Descriptors.FieldDescriptor field, Object value)
public ReleaseInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReleaseInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ReleaseInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides