public static final class PreviewFeatureRolloutOperationRolloutInput.Builder extends GeneratedMessageV3.Builder<PreviewFeatureRolloutOperationRolloutInput.Builder> implements PreviewFeatureRolloutOperationRolloutInputOrBuilder
Represents the input for the rollout operation.
Protobuf type google.cloud.compute.v1.PreviewFeatureRolloutOperationRolloutInput
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public PreviewFeatureRolloutOperationRolloutInput.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public PreviewFeatureRolloutOperationRolloutInput build()
public PreviewFeatureRolloutOperationRolloutInput buildPartial()
public PreviewFeatureRolloutOperationRolloutInput.Builder clear()
Overrides
public PreviewFeatureRolloutOperationRolloutInput.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public PreviewFeatureRolloutOperationRolloutInput.Builder clearName()
The name of the rollout plan Ex. organizations//locations/global/rolloutPlans/ Ex. folders//locations/global/rolloutPlans/ Ex. projects//locations/global/rolloutPlans/.
optional string name = 3373707;
public PreviewFeatureRolloutOperationRolloutInput.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public PreviewFeatureRolloutOperationRolloutInput.Builder clearPredefinedRolloutPlan()
Predefined rollout plan.
Check the PredefinedRolloutPlan enum for the list of possible values.
optional string predefined_rollout_plan = 364023440;
public PreviewFeatureRolloutOperationRolloutInput.Builder clone()
Overrides
public PreviewFeatureRolloutOperationRolloutInput getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
The name of the rollout plan Ex. organizations//locations/global/rolloutPlans/ Ex. folders//locations/global/rolloutPlans/ Ex. projects//locations/global/rolloutPlans/.
optional string name = 3373707;
| Returns |
| Type |
Description |
String |
The name.
|
public ByteString getNameBytes()
The name of the rollout plan Ex. organizations//locations/global/rolloutPlans/ Ex. folders//locations/global/rolloutPlans/ Ex. projects//locations/global/rolloutPlans/.
optional string name = 3373707;
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
public String getPredefinedRolloutPlan()
Predefined rollout plan.
Check the PredefinedRolloutPlan enum for the list of possible values.
optional string predefined_rollout_plan = 364023440;
| Returns |
| Type |
Description |
String |
The predefinedRolloutPlan.
|
public ByteString getPredefinedRolloutPlanBytes()
Predefined rollout plan.
Check the PredefinedRolloutPlan enum for the list of possible values.
optional string predefined_rollout_plan = 364023440;
| Returns |
| Type |
Description |
ByteString |
The bytes for predefinedRolloutPlan.
|
The name of the rollout plan Ex. organizations//locations/global/rolloutPlans/ Ex. folders//locations/global/rolloutPlans/ Ex. projects//locations/global/rolloutPlans/.
optional string name = 3373707;
| Returns |
| Type |
Description |
boolean |
Whether the name field is set.
|
public boolean hasPredefinedRolloutPlan()
Predefined rollout plan.
Check the PredefinedRolloutPlan enum for the list of possible values.
optional string predefined_rollout_plan = 364023440;
| Returns |
| Type |
Description |
boolean |
Whether the predefinedRolloutPlan field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public PreviewFeatureRolloutOperationRolloutInput.Builder mergeFrom(PreviewFeatureRolloutOperationRolloutInput other)
public PreviewFeatureRolloutOperationRolloutInput.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public PreviewFeatureRolloutOperationRolloutInput.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public final PreviewFeatureRolloutOperationRolloutInput.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public PreviewFeatureRolloutOperationRolloutInput.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public PreviewFeatureRolloutOperationRolloutInput.Builder setName(String value)
The name of the rollout plan Ex. organizations//locations/global/rolloutPlans/ Ex. folders//locations/global/rolloutPlans/ Ex. projects//locations/global/rolloutPlans/.
optional string name = 3373707;
| Parameter |
| Name |
Description |
value |
String
The name to set.
|