Interface CreateReplayRequestOrBuilder (0.18.0)

public interface CreateReplayRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent resource where this Replay will be created. This resource must be a project, folder, or organization with a location.

Example: projects/my-example-project/locations/global

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource where this Replay will be created. This resource must be a project, folder, or organization with a location.

Example: projects/my-example-project/locations/global

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for parent.

getReplay()

public abstract Replay getReplay()

Required. The Replay to create. Set Replay.ReplayConfig to configure the replay.

.google.cloud.policysimulator.v1.Replay replay = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Replay

The replay.

getReplayOrBuilder()

public abstract ReplayOrBuilder getReplayOrBuilder()

Required. The Replay to create. Set Replay.ReplayConfig to configure the replay.

.google.cloud.policysimulator.v1.Replay replay = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ReplayOrBuilder

hasReplay()

public abstract boolean hasReplay()

Required. The Replay to create. Set Replay.ReplayConfig to configure the replay.

.google.cloud.policysimulator.v1.Replay replay = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the replay field is set.