Interface GetRolloutRequestOrBuilder (1.105.0)

public interface GetRolloutRequestOrBuilder 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.

getRollout()

public abstract String getRollout()

Name of the persistent rollout to return.

string rollout = 303366577 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The rollout.

getRolloutBytes()

public abstract ByteString getRolloutBytes()

Name of the persistent rollout to return.

string rollout = 303366577 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for rollout.