public interface CreateReplayRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the replay field is set. |