public static final class Rollout.Builder extends GeneratedMessageV3.Builder<Rollout.Builder> implements RolloutOrBuilder Rollout resource represents an instance of FleetPackage rollout operation
across a fleet. This is a system generated resource and will be read only for
end-users. It will be primarily used by the service to process the changes in
the FleetPackage and other changes in the environment.
Protobuf type google.cloud.configdelivery.v1beta.Rollout
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Rollout.BuilderImplements
RolloutOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Rollout.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
build()
public Rollout build()| Returns | |
|---|---|
| Type | Description |
Rollout |
|
buildPartial()
public Rollout buildPartial()| Returns | |
|---|---|
| Type | Description |
Rollout |
|
clear()
public Rollout.Builder clear()| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
clearCreateTime()
public Rollout.Builder clearCreateTime()Output only. The time the rollout was created.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
clearDeletionPropagationPolicy()
public Rollout.Builder clearDeletionPropagationPolicy()Deletion propagation policy of the rollout.
.google.cloud.configdelivery.v1beta.DeletionPropagationPolicy deletion_propagation_policy = 7;
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Rollout.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
clearInfo()
public Rollout.Builder clearInfo()Current details of the rollout.
.google.cloud.configdelivery.v1beta.RolloutInfo info = 5;
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
clearName()
public Rollout.Builder clearName() Identifier. Name of the Rollout. Format is
projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/a-z{0,62}.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Rollout.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
clearRelease()
public Rollout.Builder clearRelease() Reference to the Release being rolled out.
string release = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
This builder for chaining. |
clearRolloutStrategy()
public Rollout.Builder clearRolloutStrategy() Rollout strategy for rolling out FleetPackage to clusters.
.google.cloud.configdelivery.v1beta.RolloutStrategy rollout_strategy = 4;
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
clearUpdateTime()
public Rollout.Builder clearUpdateTime()Output only. The time the rollout was most recently updated.
.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
clone()
public Rollout.Builder clone()| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
getCreateTime()
public Timestamp getCreateTime()Output only. The time the rollout was created.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. The time the rollout was created.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The time the rollout was created.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public Rollout getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Rollout |
|
getDeletionPropagationPolicy()
public DeletionPropagationPolicy getDeletionPropagationPolicy()Deletion propagation policy of the rollout.
.google.cloud.configdelivery.v1beta.DeletionPropagationPolicy deletion_propagation_policy = 7;
| Returns | |
|---|---|
| Type | Description |
DeletionPropagationPolicy |
The deletionPropagationPolicy. |
getDeletionPropagationPolicyValue()
public int getDeletionPropagationPolicyValue()Deletion propagation policy of the rollout.
.google.cloud.configdelivery.v1beta.DeletionPropagationPolicy deletion_propagation_policy = 7;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for deletionPropagationPolicy. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInfo()
public RolloutInfo getInfo()Current details of the rollout.
.google.cloud.configdelivery.v1beta.RolloutInfo info = 5;
| Returns | |
|---|---|
| Type | Description |
RolloutInfo |
The info. |
getInfoBuilder()
public RolloutInfo.Builder getInfoBuilder()Current details of the rollout.
.google.cloud.configdelivery.v1beta.RolloutInfo info = 5;
| Returns | |
|---|---|
| Type | Description |
RolloutInfo.Builder |
|
getInfoOrBuilder()
public RolloutInfoOrBuilder getInfoOrBuilder()Current details of the rollout.
.google.cloud.configdelivery.v1beta.RolloutInfo info = 5;
| Returns | |
|---|---|
| Type | Description |
RolloutInfoOrBuilder |
|
getName()
public String getName() Identifier. Name of the Rollout. Format is
projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/a-z{0,62}.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes() Identifier. Name of the Rollout. Format is
projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/a-z{0,62}.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getRelease()
public String getRelease() Reference to the Release being rolled out.
string release = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The release. |
getReleaseBytes()
public ByteString getReleaseBytes() Reference to the Release being rolled out.
string release = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for release. |
getRolloutStrategy()
public RolloutStrategy getRolloutStrategy() Rollout strategy for rolling out FleetPackage to clusters.
.google.cloud.configdelivery.v1beta.RolloutStrategy rollout_strategy = 4;
| Returns | |
|---|---|
| Type | Description |
RolloutStrategy |
The rolloutStrategy. |
getRolloutStrategyBuilder()
public RolloutStrategy.Builder getRolloutStrategyBuilder() Rollout strategy for rolling out FleetPackage to clusters.
.google.cloud.configdelivery.v1beta.RolloutStrategy rollout_strategy = 4;
| Returns | |
|---|---|
| Type | Description |
RolloutStrategy.Builder |
|
getRolloutStrategyOrBuilder()
public RolloutStrategyOrBuilder getRolloutStrategyOrBuilder() Rollout strategy for rolling out FleetPackage to clusters.
.google.cloud.configdelivery.v1beta.RolloutStrategy rollout_strategy = 4;
| Returns | |
|---|---|
| Type | Description |
RolloutStrategyOrBuilder |
|
getUpdateTime()
public Timestamp getUpdateTime()Output only. The time the rollout was most recently updated.
.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. The time the rollout was most recently updated.
.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The time the rollout was most recently updated.
.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasCreateTime()
public boolean hasCreateTime()Output only. The time the rollout was created.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasInfo()
public boolean hasInfo()Current details of the rollout.
.google.cloud.configdelivery.v1beta.RolloutInfo info = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the info field is set. |
hasRolloutStrategy()
public boolean hasRolloutStrategy() Rollout strategy for rolling out FleetPackage to clusters.
.google.cloud.configdelivery.v1beta.RolloutStrategy rollout_strategy = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rolloutStrategy field is set. |
hasUpdateTime()
public boolean hasUpdateTime()Output only. The time the rollout was most recently updated.
.google.protobuf.Timestamp update_time = 9 [(.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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCreateTime(Timestamp value)
public Rollout.Builder mergeCreateTime(Timestamp value)Output only. The time the rollout was created.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
mergeFrom(Rollout other)
public Rollout.Builder mergeFrom(Rollout other)| Parameter | |
|---|---|
| Name | Description |
other |
Rollout |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Rollout.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Rollout.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
mergeInfo(RolloutInfo value)
public Rollout.Builder mergeInfo(RolloutInfo value)Current details of the rollout.
.google.cloud.configdelivery.v1beta.RolloutInfo info = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
RolloutInfo |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
mergeRolloutStrategy(RolloutStrategy value)
public Rollout.Builder mergeRolloutStrategy(RolloutStrategy value) Rollout strategy for rolling out FleetPackage to clusters.
.google.cloud.configdelivery.v1beta.RolloutStrategy rollout_strategy = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
RolloutStrategy |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Rollout.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
mergeUpdateTime(Timestamp value)
public Rollout.Builder mergeUpdateTime(Timestamp value)Output only. The time the rollout was most recently updated.
.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
setCreateTime(Timestamp value)
public Rollout.Builder setCreateTime(Timestamp value)Output only. The time the rollout was created.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public Rollout.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The time the rollout was created.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
setDeletionPropagationPolicy(DeletionPropagationPolicy value)
public Rollout.Builder setDeletionPropagationPolicy(DeletionPropagationPolicy value)Deletion propagation policy of the rollout.
.google.cloud.configdelivery.v1beta.DeletionPropagationPolicy deletion_propagation_policy = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
DeletionPropagationPolicyThe deletionPropagationPolicy to set. |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
This builder for chaining. |
setDeletionPropagationPolicyValue(int value)
public Rollout.Builder setDeletionPropagationPolicyValue(int value)Deletion propagation policy of the rollout.
.google.cloud.configdelivery.v1beta.DeletionPropagationPolicy deletion_propagation_policy = 7;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for deletionPropagationPolicy to set. |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Rollout.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
setInfo(RolloutInfo value)
public Rollout.Builder setInfo(RolloutInfo value)Current details of the rollout.
.google.cloud.configdelivery.v1beta.RolloutInfo info = 5;
| Parameter | |
|---|---|
| Name | Description |
value |
RolloutInfo |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
setInfo(RolloutInfo.Builder builderForValue)
public Rollout.Builder setInfo(RolloutInfo.Builder builderForValue)Current details of the rollout.
.google.cloud.configdelivery.v1beta.RolloutInfo info = 5;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RolloutInfo.Builder |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
setName(String value)
public Rollout.Builder setName(String value) Identifier. Name of the Rollout. Format is
projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/a-z{0,62}.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public Rollout.Builder setNameBytes(ByteString value) Identifier. Name of the Rollout. Format is
projects/{project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/a-z{0,62}.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
This builder for chaining. |
setRelease(String value)
public Rollout.Builder setRelease(String value) Reference to the Release being rolled out.
string release = 2 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe release to set. |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
This builder for chaining. |
setReleaseBytes(ByteString value)
public Rollout.Builder setReleaseBytes(ByteString value) Reference to the Release being rolled out.
string release = 2 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for release to set. |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Rollout.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
setRolloutStrategy(RolloutStrategy value)
public Rollout.Builder setRolloutStrategy(RolloutStrategy value) Rollout strategy for rolling out FleetPackage to clusters.
.google.cloud.configdelivery.v1beta.RolloutStrategy rollout_strategy = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
RolloutStrategy |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
setRolloutStrategy(RolloutStrategy.Builder builderForValue)
public Rollout.Builder setRolloutStrategy(RolloutStrategy.Builder builderForValue) Rollout strategy for rolling out FleetPackage to clusters.
.google.cloud.configdelivery.v1beta.RolloutStrategy rollout_strategy = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RolloutStrategy.Builder |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final Rollout.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
setUpdateTime(Timestamp value)
public Rollout.Builder setUpdateTime(Timestamp value)Output only. The time the rollout was most recently updated.
.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|
setUpdateTime(Timestamp.Builder builderForValue)
public Rollout.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. The time the rollout was most recently updated.
.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
Rollout.Builder |
|