public static final class Release.Builder extends GeneratedMessageV3.Builder<Release.Builder> 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Release.BuilderImplements
ReleaseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllInputVariableDefaults(Iterable<? extends UnitVariable> values)
public Release.Builder addAllInputVariableDefaults(Iterable<? extends UnitVariable> values)
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 |
values |
Iterable<? extends com.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable> |
Returns | |
---|---|
Type | Description |
Release.Builder |
addAllInputVariables(Iterable<? extends UnitVariable> values)
public Release.Builder addAllInputVariables(Iterable<? extends UnitVariable> values)
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 |
values |
Iterable<? extends com.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable> |
Returns | |
---|---|
Type | Description |
Release.Builder |
addAllOutputVariables(Iterable<? extends UnitVariable> values)
public Release.Builder addAllOutputVariables(Iterable<? extends UnitVariable> values)
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 |
values |
Iterable<? extends com.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable> |
Returns | |
---|---|
Type | Description |
Release.Builder |
addInputVariableDefaults(UnitVariable value)
public Release.Builder addInputVariableDefaults(UnitVariable value)
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 |
value |
UnitVariable |
Returns | |
---|---|
Type | Description |
Release.Builder |
addInputVariableDefaults(UnitVariable.Builder builderForValue)
public Release.Builder addInputVariableDefaults(UnitVariable.Builder builderForValue)
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 |
builderForValue |
UnitVariable.Builder |
Returns | |
---|---|
Type | Description |
Release.Builder |
addInputVariableDefaults(int index, UnitVariable value)
public Release.Builder addInputVariableDefaults(int index, UnitVariable value)
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];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
UnitVariable |
Returns | |
---|---|
Type | Description |
Release.Builder |
addInputVariableDefaults(int index, UnitVariable.Builder builderForValue)
public Release.Builder addInputVariableDefaults(int index, UnitVariable.Builder builderForValue)
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];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
UnitVariable.Builder |
Returns | |
---|---|
Type | Description |
Release.Builder |
addInputVariableDefaultsBuilder()
public UnitVariable.Builder addInputVariableDefaultsBuilder()
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 |
UnitVariable.Builder |
addInputVariableDefaultsBuilder(int index)
public UnitVariable.Builder addInputVariableDefaultsBuilder(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 |
Returns | |
---|---|
Type | Description |
UnitVariable.Builder |
addInputVariables(UnitVariable value)
public Release.Builder addInputVariables(UnitVariable value)
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 |
value |
UnitVariable |
Returns | |
---|---|
Type | Description |
Release.Builder |
addInputVariables(UnitVariable.Builder builderForValue)
public Release.Builder addInputVariables(UnitVariable.Builder builderForValue)
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 |
builderForValue |
UnitVariable.Builder |
Returns | |
---|---|
Type | Description |
Release.Builder |
addInputVariables(int index, UnitVariable value)
public Release.Builder addInputVariables(int index, UnitVariable value)
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];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
UnitVariable |
Returns | |
---|---|
Type | Description |
Release.Builder |
addInputVariables(int index, UnitVariable.Builder builderForValue)
public Release.Builder addInputVariables(int index, UnitVariable.Builder builderForValue)
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];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
UnitVariable.Builder |
Returns | |
---|---|
Type | Description |
Release.Builder |
addInputVariablesBuilder()
public UnitVariable.Builder addInputVariablesBuilder()
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 |
UnitVariable.Builder |
addInputVariablesBuilder(int index)
public UnitVariable.Builder addInputVariablesBuilder(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 |
Returns | |
---|---|
Type | Description |
UnitVariable.Builder |
addOutputVariables(UnitVariable value)
public Release.Builder addOutputVariables(UnitVariable value)
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 |
value |
UnitVariable |
Returns | |
---|---|
Type | Description |
Release.Builder |
addOutputVariables(UnitVariable.Builder builderForValue)
public Release.Builder addOutputVariables(UnitVariable.Builder builderForValue)
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 |
builderForValue |
UnitVariable.Builder |
Returns | |
---|---|
Type | Description |
Release.Builder |
addOutputVariables(int index, UnitVariable value)
public Release.Builder addOutputVariables(int index, UnitVariable value)
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];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
UnitVariable |
Returns | |
---|---|
Type | Description |
Release.Builder |
addOutputVariables(int index, UnitVariable.Builder builderForValue)
public Release.Builder addOutputVariables(int index, UnitVariable.Builder builderForValue)
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];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
UnitVariable.Builder |
Returns | |
---|---|
Type | Description |
Release.Builder |
addOutputVariablesBuilder()
public UnitVariable.Builder addOutputVariablesBuilder()
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 |
UnitVariable.Builder |
addOutputVariablesBuilder(int index)
public UnitVariable.Builder addOutputVariablesBuilder(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 |
Returns | |
---|---|
Type | Description |
UnitVariable.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Release.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Release.Builder |
build()
public Release build()
Returns | |
---|---|
Type | Description |
Release |
buildPartial()
public Release buildPartial()
Returns | |
---|---|
Type | Description |
Release |
clear()
public Release.Builder clear()
Returns | |
---|---|
Type | Description |
Release.Builder |
clearAnnotations()
public Release.Builder clearAnnotations()
Returns | |
---|---|
Type | Description |
Release.Builder |
clearBlueprint()
public Release.Builder clearBlueprint()
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 |
Release.Builder |
clearCreateTime()
public Release.Builder clearCreateTime()
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 10303 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Release.Builder |
clearEtag()
public Release.Builder clearEtag()
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 |
Release.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Release.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
Release.Builder |
clearInputVariableDefaults()
public Release.Builder clearInputVariableDefaults()
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 |
Release.Builder |
clearInputVariables()
public Release.Builder clearInputVariables()
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 |
Release.Builder |
clearLabels()
public Release.Builder clearLabels()
Returns | |
---|---|
Type | Description |
Release.Builder |
clearName()
public Release.Builder clearName()
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 |
Release.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Release.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Release.Builder |
clearOutputVariables()
public Release.Builder clearOutputVariables()
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 |
Release.Builder |
clearReleaseRequirements()
public Release.Builder clearReleaseRequirements()
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 |
Release.Builder |
clearUid()
public Release.Builder clearUid()
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 |
Release.Builder |
This builder for chaining. |
clearUnitKind()
public Release.Builder clearUnitKind()
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 |
Release.Builder |
This builder for chaining. |
clearUpdateTime()
public Release.Builder clearUpdateTime()
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 |
Release.Builder |
clone()
public Release.Builder clone()
Returns | |
---|---|
Type | Description |
Release.Builder |
containsAnnotations(String key)
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 |
Returns | |
---|---|
Type | Description |
boolean |
containsLabels(String key)
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 |
Returns | |
---|---|
Type | Description |
boolean |
getAnnotations() (deprecated)
public Map<String,String> getAnnotations()
Use #getAnnotationsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getAnnotationsCount()
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 |
getAnnotationsMap()
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];
Returns | |
---|---|
Type | Description |
Map<String,String> |
getAnnotationsOrDefault(String key, String defaultValue)
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];
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getAnnotationsOrThrow(String key)
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 |
getBlueprint()
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. |
getBlueprintBuilder()
public Blueprint.Builder getBlueprintBuilder()
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.Builder |
getBlueprintOrBuilder()
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];
Returns | |
---|---|
Type | Description |
BlueprintOrBuilder |
getCreateTime()
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. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 10303 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 10303 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public Release getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Release |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getEtag()
public String getEtag()
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. |
getEtagBytes()
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. |
getInputVariableDefaults(int index)
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 |
Returns | |
---|---|
Type | Description |
UnitVariable |
getInputVariableDefaultsBuilder(int index)
public UnitVariable.Builder getInputVariableDefaultsBuilder(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 |
Returns | |
---|---|
Type | Description |
UnitVariable.Builder |
getInputVariableDefaultsBuilderList()
public List<UnitVariable.Builder> getInputVariableDefaultsBuilderList()
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<Builder> |
getInputVariableDefaultsCount()
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 |
getInputVariableDefaultsList()
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];
Returns | |
---|---|
Type | Description |
List<UnitVariable> |
getInputVariableDefaultsOrBuilder(int index)
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 |
Returns | |
---|---|
Type | Description |
UnitVariableOrBuilder |
getInputVariableDefaultsOrBuilderList()
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> |
getInputVariables(int index)
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 |
Returns | |
---|---|
Type | Description |
UnitVariable |
getInputVariablesBuilder(int index)
public UnitVariable.Builder getInputVariablesBuilder(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 |
Returns | |
---|---|
Type | Description |
UnitVariable.Builder |
getInputVariablesBuilderList()
public List<UnitVariable.Builder> getInputVariablesBuilderList()
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<Builder> |
getInputVariablesCount()
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 |
getInputVariablesList()
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];
Returns | |
---|---|
Type | Description |
List<UnitVariable> |
getInputVariablesOrBuilder(int index)
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 |
Returns | |
---|---|
Type | Description |
UnitVariableOrBuilder |
getInputVariablesOrBuilderList()
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> |
getLabels() (deprecated)
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsCount()
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 |
getLabelsMap()
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];
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
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];
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getLabelsOrThrow(String key)
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 |
getMutableAnnotations() (deprecated)
public Map<String,String> getMutableAnnotations()
Use alternate mutation accessors instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getMutableLabels() (deprecated)
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getName()
public String getName()
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. |
getNameBytes()
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. |
getOutputVariables(int index)
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 |
Returns | |
---|---|
Type | Description |
UnitVariable |
getOutputVariablesBuilder(int index)
public UnitVariable.Builder getOutputVariablesBuilder(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 |
Returns | |
---|---|
Type | Description |
UnitVariable.Builder |
getOutputVariablesBuilderList()
public List<UnitVariable.Builder> getOutputVariablesBuilderList()
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<Builder> |
getOutputVariablesCount()
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 |
getOutputVariablesList()
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];
Returns | |
---|---|
Type | Description |
List<UnitVariable> |
getOutputVariablesOrBuilder(int index)
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 |
Returns | |
---|---|
Type | Description |
UnitVariableOrBuilder |
getOutputVariablesOrBuilderList()
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> |
getReleaseRequirements()
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];
Returns | |
---|---|
Type | Description |
Release.ReleaseRequirements |
The releaseRequirements. |
getReleaseRequirementsBuilder()
public Release.ReleaseRequirements.Builder getReleaseRequirementsBuilder()
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 |
Release.ReleaseRequirements.Builder |
getReleaseRequirementsOrBuilder()
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];
Returns | |
---|---|
Type | Description |
Release.ReleaseRequirementsOrBuilder |
getUid()
public String getUid()
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. |
getUidBytes()
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. |
getUnitKind()
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. |
getUnitKindBytes()
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. |
getUpdateTime()
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. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
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 |
Builder |
getUpdateTimeOrBuilder()
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];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasBlueprint()
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. |
hasCreateTime()
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. |
hasReleaseRequirements()
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. |
hasUpdateTime()
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeBlueprint(Blueprint value)
public Release.Builder mergeBlueprint(Blueprint value)
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];
Parameter | |
---|---|
Name | Description |
value |
Blueprint |
Returns | |
---|---|
Type | Description |
Release.Builder |
mergeCreateTime(Timestamp value)
public Release.Builder mergeCreateTime(Timestamp value)
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 10303 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
Release.Builder |
mergeFrom(Release other)
public Release.Builder mergeFrom(Release other)
Parameter | |
---|---|
Name | Description |
other |
Release |
Returns | |
---|---|
Type | Description |
Release.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Release.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Release.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Release.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
Release.Builder |
mergeReleaseRequirements(Release.ReleaseRequirements value)
public Release.Builder mergeReleaseRequirements(Release.ReleaseRequirements value)
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];
Parameter | |
---|---|
Name | Description |
value |
Release.ReleaseRequirements |
Returns | |
---|---|
Type | Description |
Release.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Release.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Release.Builder |
mergeUpdateTime(Timestamp value)
public Release.Builder mergeUpdateTime(Timestamp value)
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];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
Release.Builder |
putAllAnnotations(Map<String,String> values)
public Release.Builder putAllAnnotations(Map<String,String> values)
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 |
values |
Map<String,String> |
Returns | |
---|---|
Type | Description |
Release.Builder |
putAllLabels(Map<String,String> values)
public Release.Builder putAllLabels(Map<String,String> values)
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 |
values |
Map<String,String> |
Returns | |
---|---|
Type | Description |
Release.Builder |
putAnnotations(String key, String value)
public Release.Builder putAnnotations(String key, String value)
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];
Parameters | |
---|---|
Name | Description |
key |
String |
value |
String |
Returns | |
---|---|
Type | Description |
Release.Builder |
putLabels(String key, String value)
public Release.Builder putLabels(String key, String value)
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];
Parameters | |
---|---|
Name | Description |
key |
String |
value |
String |
Returns | |
---|---|
Type | Description |
Release.Builder |
removeAnnotations(String key)
public Release.Builder removeAnnotations(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 |
Release.Builder |
removeInputVariableDefaults(int index)
public Release.Builder removeInputVariableDefaults(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 |
Returns | |
---|---|
Type | Description |
Release.Builder |
removeInputVariables(int index)
public Release.Builder removeInputVariables(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 |
Returns | |
---|---|
Type | Description |
Release.Builder |
removeLabels(String key)
public Release.Builder removeLabels(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 |
Release.Builder |
removeOutputVariables(int index)
public Release.Builder removeOutputVariables(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 |
Returns | |
---|---|
Type | Description |
Release.Builder |
setBlueprint(Blueprint value)
public Release.Builder setBlueprint(Blueprint value)
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];
Parameter | |
---|---|
Name | Description |
value |
Blueprint |
Returns | |
---|---|
Type | Description |
Release.Builder |
setBlueprint(Blueprint.Builder builderForValue)
public Release.Builder setBlueprint(Blueprint.Builder builderForValue)
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];
Parameter | |
---|---|
Name | Description |
builderForValue |
Blueprint.Builder |
Returns | |
---|---|
Type | Description |
Release.Builder |
setCreateTime(Timestamp value)
public Release.Builder setCreateTime(Timestamp value)
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 10303 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
Release.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public Release.Builder setCreateTime(Timestamp.Builder builderForValue)
Output only. The timestamp when the resource was created.
.google.protobuf.Timestamp create_time = 10303 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
Release.Builder |
setEtag(String value)
public Release.Builder setEtag(String value)
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];
Parameter | |
---|---|
Name | Description |
value |
String The etag to set. |
Returns | |
---|---|
Type | Description |
Release.Builder |
This builder for chaining. |
setEtagBytes(ByteString value)
public Release.Builder setEtagBytes(ByteString value)
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];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for etag to set. |
Returns | |
---|---|
Type | Description |
Release.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Release.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Release.Builder |
setInputVariableDefaults(int index, UnitVariable value)
public Release.Builder setInputVariableDefaults(int index, UnitVariable value)
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];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
UnitVariable |
Returns | |
---|---|
Type | Description |
Release.Builder |
setInputVariableDefaults(int index, UnitVariable.Builder builderForValue)
public Release.Builder setInputVariableDefaults(int index, UnitVariable.Builder builderForValue)
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];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
UnitVariable.Builder |
Returns | |
---|---|
Type | Description |
Release.Builder |
setInputVariables(int index, UnitVariable value)
public Release.Builder setInputVariables(int index, UnitVariable value)
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];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
UnitVariable |
Returns | |
---|---|
Type | Description |
Release.Builder |
setInputVariables(int index, UnitVariable.Builder builderForValue)
public Release.Builder setInputVariables(int index, UnitVariable.Builder builderForValue)
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];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
UnitVariable.Builder |
Returns | |
---|---|
Type | Description |
Release.Builder |
setName(String value)
public Release.Builder setName(String value)
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];
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
Release.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public Release.Builder setNameBytes(ByteString value)
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];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
Release.Builder |
This builder for chaining. |
setOutputVariables(int index, UnitVariable value)
public Release.Builder setOutputVariables(int index, UnitVariable value)
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];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
UnitVariable |
Returns | |
---|---|
Type | Description |
Release.Builder |
setOutputVariables(int index, UnitVariable.Builder builderForValue)
public Release.Builder setOutputVariables(int index, UnitVariable.Builder builderForValue)
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];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
UnitVariable.Builder |
Returns | |
---|---|
Type | Description |
Release.Builder |
setReleaseRequirements(Release.ReleaseRequirements value)
public Release.Builder setReleaseRequirements(Release.ReleaseRequirements value)
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];
Parameter | |
---|---|
Name | Description |
value |
Release.ReleaseRequirements |
Returns | |
---|---|
Type | Description |
Release.Builder |
setReleaseRequirements(Release.ReleaseRequirements.Builder builderForValue)
public Release.Builder setReleaseRequirements(Release.ReleaseRequirements.Builder builderForValue)
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];
Parameter | |
---|---|
Name | Description |
builderForValue |
Release.ReleaseRequirements.Builder |
Returns | |
---|---|
Type | Description |
Release.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Release.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Release.Builder |
setUid(String value)
public Release.Builder setUid(String value)
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) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The uid to set. |
Returns | |
---|---|
Type | Description |
Release.Builder |
This builder for chaining. |
setUidBytes(ByteString value)
public Release.Builder setUidBytes(ByteString value)
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) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for uid to set. |
Returns | |
---|---|
Type | Description |
Release.Builder |
This builder for chaining. |
setUnitKind(String value)
public Release.Builder setUnitKind(String value)
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) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The unitKind to set. |
Returns | |
---|---|
Type | Description |
Release.Builder |
This builder for chaining. |
setUnitKindBytes(ByteString value)
public Release.Builder setUnitKindBytes(ByteString value)
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) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for unitKind to set. |
Returns | |
---|---|
Type | Description |
Release.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Release.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Release.Builder |
setUpdateTime(Timestamp value)
public Release.Builder setUpdateTime(Timestamp value)
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];
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
Release.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public Release.Builder setUpdateTime(Timestamp.Builder builderForValue)
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];
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
Release.Builder |