public interface GetRolloutPlanRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProject()
public abstract String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
getRolloutPlan()
public abstract String getRolloutPlan()Name of the persistent rollout plan to return.
string rollout_plan = 459057399 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The rolloutPlan. |
getRolloutPlanBytes()
public abstract ByteString getRolloutPlanBytes()Name of the persistent rollout plan to return.
string rollout_plan = 459057399 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for rolloutPlan. |