public final class Release extends GeneratedMessageV3 implements ReleaseOrBuilder
A new version to be propagated and deployed to units. This includes pointers
to packaged blueprints for actuation (e.g Helm or Terraform configuration
packages) via artifact registry.
Protobuf type google.cloud.saasplatform.saasservicemgmt.v1beta1.Release
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int ANNOTATIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int BLUEPRINT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int CREATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int ETAG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int INPUT_VARIABLES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int INPUT_VARIABLE_DEFAULTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int LABELS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int OUTPUT_VARIABLES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int RELEASE_REQUIREMENTS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int UID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int UNIT_KIND_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static Release getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static Release.Builder newBuilder()
public static Release.Builder newBuilder(Release prototype)
Parameter |
Name |
Description |
prototype |
Release
|
public static Release parseDelimitedFrom(InputStream input)
public static Release parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Release parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static Release parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Release parseFrom(ByteString data)
public static Release parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Release parseFrom(CodedInputStream input)
public static Release parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Release parseFrom(InputStream input)
public static Release parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Release parseFrom(ByteBuffer data)
public static Release parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<Release> parser()
Methods
public boolean containsAnnotations(String key)
Optional. Annotations is an unstructured key-value map stored with a
resource that may be set by external tools to store and retrieve arbitrary
metadata. They are not queryable and should be preserved when modifying
objects.
More info: https://kubernetes.io/docs/user-guide/annotations
map<string, string> annotations = 10402 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
key |
String
|
public boolean containsLabels(String key)
Optional. The labels on the resource, which can be used for categorization.
similar to Kubernetes resource labels.
map<string, string> labels = 10401 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
key |
String
|
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public Map<String,String> getAnnotations()
public int getAnnotationsCount()
Optional. Annotations is an unstructured key-value map stored with a
resource that may be set by external tools to store and retrieve arbitrary
metadata. They are not queryable and should be preserved when modifying
objects.
More info: https://kubernetes.io/docs/user-guide/annotations
map<string, string> annotations = 10402 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
|
public Map<String,String> getAnnotationsMap()
Optional. Annotations is an unstructured key-value map stored with a
resource that may be set by external tools to store and retrieve arbitrary
metadata. They are not queryable and should be preserved when modifying
objects.
More info: https://kubernetes.io/docs/user-guide/annotations
map<string, string> annotations = 10402 [(.google.api.field_behavior) = OPTIONAL];
public String getAnnotationsOrDefault(String key, String defaultValue)
Optional. Annotations is an unstructured key-value map stored with a
resource that may be set by external tools to store and retrieve arbitrary
metadata. They are not queryable and should be preserved when modifying
objects.
More info: https://kubernetes.io/docs/user-guide/annotations
map<string, string> annotations = 10402 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
|
public String getAnnotationsOrThrow(String key)
Optional. Annotations is an unstructured key-value map stored with a
resource that may be set by external tools to store and retrieve arbitrary
metadata. They are not queryable and should be preserved when modifying
objects.
More info: https://kubernetes.io/docs/user-guide/annotations
map<string, string> annotations = 10402 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
key |
String
|
Returns |
Type |
Description |
String |
|
public Blueprint getBlueprint()
Optional. Blueprints are OCI Images that contain all of the artifacts
needed to provision a unit.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.Blueprint blueprint = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
Blueprint |
The blueprint.
|
public BlueprintOrBuilder getBlueprintOrBuilder()
Optional. Blueprints are OCI Images that contain all of the artifacts
needed to provision a unit.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.Blueprint blueprint = 3 [(.google.api.field_behavior) = OPTIONAL];
public Timestamp getCreateTime()
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 10303 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
Timestamp |
The createTime.
|
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 10303 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Release getDefaultInstanceForType()
Output only. An opaque value that uniquely identifies a version or
generation of a resource. It can be used to confirm that the client
and server agree on the ordering of a resource being written.
string etag = 10202 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
String |
The etag.
|
public ByteString getEtagBytes()
Output only. An opaque value that uniquely identifies a version or
generation of a resource. It can be used to confirm that the client
and server agree on the ordering of a resource being written.
string etag = 10202 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
ByteString |
The bytes for etag.
|
public UnitVariable getInputVariableDefaults(int index)
Optional. Mapping of input variables to default values. Maximum 100
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable input_variable_defaults = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
public int getInputVariableDefaultsCount()
Optional. Mapping of input variables to default values. Maximum 100
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable input_variable_defaults = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
|
public List<UnitVariable> getInputVariableDefaultsList()
Optional. Mapping of input variables to default values. Maximum 100
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable input_variable_defaults = 7 [(.google.api.field_behavior) = OPTIONAL];
public UnitVariableOrBuilder getInputVariableDefaultsOrBuilder(int index)
Optional. Mapping of input variables to default values. Maximum 100
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable input_variable_defaults = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
public List<? extends UnitVariableOrBuilder> getInputVariableDefaultsOrBuilderList()
Optional. Mapping of input variables to default values. Maximum 100
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable input_variable_defaults = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
List<? extends com.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariableOrBuilder> |
|
public UnitVariable getInputVariables(int index)
Optional. Output only. List of input variables declared on the blueprint
and can be present with their values on the unit spec
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable input_variables = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public int getInputVariablesCount()
Optional. Output only. List of input variables declared on the blueprint
and can be present with their values on the unit spec
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable input_variables = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
|
public List<UnitVariable> getInputVariablesList()
Optional. Output only. List of input variables declared on the blueprint
and can be present with their values on the unit spec
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable input_variables = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
public UnitVariableOrBuilder getInputVariablesOrBuilder(int index)
Optional. Output only. List of input variables declared on the blueprint
and can be present with their values on the unit spec
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable input_variables = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public List<? extends UnitVariableOrBuilder> getInputVariablesOrBuilderList()
Optional. Output only. List of input variables declared on the blueprint
and can be present with their values on the unit spec
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable input_variables = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<? extends com.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariableOrBuilder> |
|
public Map<String,String> getLabels()
public int getLabelsCount()
Optional. The labels on the resource, which can be used for categorization.
similar to Kubernetes resource labels.
map<string, string> labels = 10401 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
|
public Map<String,String> getLabelsMap()
Optional. The labels on the resource, which can be used for categorization.
similar to Kubernetes resource labels.
map<string, string> labels = 10401 [(.google.api.field_behavior) = OPTIONAL];
public String getLabelsOrDefault(String key, String defaultValue)
Optional. The labels on the resource, which can be used for categorization.
similar to Kubernetes resource labels.
map<string, string> labels = 10401 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
|
public String getLabelsOrThrow(String key)
Optional. The labels on the resource, which can be used for categorization.
similar to Kubernetes resource labels.
map<string, string> labels = 10401 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
key |
String
|
Returns |
Type |
Description |
String |
|
Identifier. The resource name (full URI of the resource) following the
standard naming scheme:
"projects/{project}/locations/{location}/releases/{release}"
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
String |
The name.
|
public ByteString getNameBytes()
Identifier. The resource name (full URI of the resource) following the
standard naming scheme:
"projects/{project}/locations/{location}/releases/{release}"
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
public UnitVariable getOutputVariables(int index)
Optional. Output only. List of output variables declared on the blueprint
and can be present with their values on the unit status
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable output_variables = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public int getOutputVariablesCount()
Optional. Output only. List of output variables declared on the blueprint
and can be present with their values on the unit status
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable output_variables = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
|
public List<UnitVariable> getOutputVariablesList()
Optional. Output only. List of output variables declared on the blueprint
and can be present with their values on the unit status
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable output_variables = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
public UnitVariableOrBuilder getOutputVariablesOrBuilder(int index)
Optional. Output only. List of output variables declared on the blueprint
and can be present with their values on the unit status
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable output_variables = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
public List<? extends UnitVariableOrBuilder> getOutputVariablesOrBuilderList()
Optional. Output only. List of output variables declared on the blueprint
and can be present with their values on the unit status
repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable output_variables = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<? extends com.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariableOrBuilder> |
|
public Parser<Release> getParserForType()
Overrides
public Release.ReleaseRequirements getReleaseRequirements()
Optional. Set of requirements to be fulfilled on the Unit when using this
Release.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.Release.ReleaseRequirements release_requirements = 4 [(.google.api.field_behavior) = OPTIONAL];
public Release.ReleaseRequirementsOrBuilder getReleaseRequirementsOrBuilder()
Optional. Set of requirements to be fulfilled on the Unit when using this
Release.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.Release.ReleaseRequirements release_requirements = 4 [(.google.api.field_behavior) = OPTIONAL];
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
Output only. The unique identifier of the resource. UID is unique in the
time and space for this resource within the scope of the service. It is
typically generated by the server on successful creation of a resource
and must not be changed. UID is used to uniquely identify resources
with resource name reuses. This should be a UUID4.
string uid = 10201 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
Returns |
Type |
Description |
String |
The uid.
|
public ByteString getUidBytes()
Output only. The unique identifier of the resource. UID is unique in the
time and space for this resource within the scope of the service. It is
typically generated by the server on successful creation of a resource
and must not be changed. UID is used to uniquely identify resources
with resource name reuses. This should be a UUID4.
string uid = 10201 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for uid.
|
public String getUnitKind()
Required. Immutable. Reference to the UnitKind this Release corresponds to
(required and immutable once created).
string unit_kind = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The unitKind.
|
public ByteString getUnitKindBytes()
Required. Immutable. Reference to the UnitKind this Release corresponds to
(required and immutable once created).
string unit_kind = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for unitKind.
|
public Timestamp getUpdateTime()
Output only. The timestamp when the resource was last updated. Any
change to the resource made by users must refresh this value.
Changes to a resource made by the service should refresh this value.
.google.protobuf.Timestamp update_time = 10304 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
Timestamp |
The updateTime.
|
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The timestamp when the resource was last updated. Any
change to the resource made by users must refresh this value.
Changes to a resource made by the service should refresh this value.
.google.protobuf.Timestamp update_time = 10304 [(.google.api.field_behavior) = OUTPUT_ONLY];
public boolean hasBlueprint()
Optional. Blueprints are OCI Images that contain all of the artifacts
needed to provision a unit.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.Blueprint blueprint = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the blueprint field is set.
|
public boolean hasCreateTime()
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 10303 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the createTime field is set.
|
public boolean hasReleaseRequirements()
Optional. Set of requirements to be fulfilled on the Unit when using this
Release.
.google.cloud.saasplatform.saasservicemgmt.v1beta1.Release.ReleaseRequirements release_requirements = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the releaseRequirements field is set.
|
public boolean hasUpdateTime()
Output only. The timestamp when the resource was last updated. Any
change to the resource made by users must refresh this value.
Changes to a resource made by the service should refresh this value.
.google.protobuf.Timestamp update_time = 10304 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the updateTime field is set.
|
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter |
Name |
Description |
number |
int
|
Returns |
Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
public final boolean isInitialized()
Overrides
public Release.Builder newBuilderForType()
protected Release.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public Release.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides