- 0.57.0 (latest)
 - 0.55.0
 - 0.54.0
 - 0.53.0
 - 0.52.0
 - 0.51.0
 - 0.49.0
 - 0.47.0
 - 0.46.0
 - 0.43.0
 - 0.42.0
 - 0.41.0
 - 0.39.0
 - 0.38.0
 - 0.37.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.32.0
 - 0.31.0
 - 0.30.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.25.0
 - 0.24.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.20.0
 - 0.19.0
 - 0.18.0
 - 0.16.0
 - 0.15.0
 - 0.14.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.9.0
 - 0.8.0
 - 0.7.0
 - 0.6.0
 - 0.3.0
 - 0.2.0
 - 0.1.0
 
public interface ReplayOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConfig()
public abstract ReplayConfig getConfig() Required. The configuration used for the Replay.
 
 .google.cloud.policysimulator.v1.ReplayConfig config = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
ReplayConfig | 
        The config.  | 
      
getConfigOrBuilder()
public abstract ReplayConfigOrBuilder getConfigOrBuilder() Required. The configuration used for the Replay.
 
 .google.cloud.policysimulator.v1.ReplayConfig config = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
ReplayConfigOrBuilder | 
        |
getName()
public abstract String getName() Output only. The resource name of the Replay, which has the following
 format:
 {projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id},
 where {resource-id} is the ID of the project, folder, or organization
 that owns the Replay.
 Example:
 projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public abstract ByteString getNameBytes() Output only. The resource name of the Replay, which has the following
 format:
 {projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id},
 where {resource-id} is the ID of the project, folder, or organization
 that owns the Replay.
 Example:
 projects/my-example-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getResultsSummary()
public abstract Replay.ResultsSummary getResultsSummary()Output only. Summary statistics about the replayed log entries.
 
 .google.cloud.policysimulator.v1.Replay.ResultsSummary results_summary = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Replay.ResultsSummary | 
        The resultsSummary.  | 
      
getResultsSummaryOrBuilder()
public abstract Replay.ResultsSummaryOrBuilder getResultsSummaryOrBuilder()Output only. Summary statistics about the replayed log entries.
 
 .google.cloud.policysimulator.v1.Replay.ResultsSummary results_summary = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Replay.ResultsSummaryOrBuilder | 
        |
getState()
public abstract Replay.State getState() Output only. The current state of the Replay.
 
 .google.cloud.policysimulator.v1.Replay.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Replay.State | 
        The state.  | 
      
getStateValue()
public abstract int getStateValue() Output only. The current state of the Replay.
 
 .google.cloud.policysimulator.v1.Replay.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for state.  | 
      
hasConfig()
public abstract boolean hasConfig() Required. The configuration used for the Replay.
 
 .google.cloud.policysimulator.v1.ReplayConfig config = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the config field is set.  | 
      
hasResultsSummary()
public abstract boolean hasResultsSummary()Output only. Summary statistics about the replayed log entries.
 
 .google.cloud.policysimulator.v1.Replay.ResultsSummary results_summary = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the resultsSummary field is set.  |