Interface GetRolloutPlanRequestOrBuilder (1.105.0)

public interface GetRolloutPlanRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.