public interface PreviewFeatureRolloutOperationRolloutInputOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()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. |
getNameBytes()
public abstract 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. |
getPredefinedRolloutPlan()
public abstract 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. |
getPredefinedRolloutPlanBytes()
public abstract 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. |
hasName()
public abstract boolean hasName()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. |
hasPredefinedRolloutPlan()
public abstract 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. |