public interface ListReplayResultsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
The maximum number of
[ReplayResult][google.cloud.policysimulator.v1.ReplayResult] objects to
return.
|
String |
getPageToken()
A page token, received from a previous
[Simulator.ListReplayResults][google.cloud.policysimulator.v1.Simulator.ListReplayResults]
call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A page token, received from a previous
[Simulator.ListReplayResults][google.cloud.policysimulator.v1.Simulator.ListReplayResults]
call.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The [Replay][google.cloud.policysimulator.v1.Replay] whose
results are listed, in the following format:
`{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}`
Example:
`projects/my-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The [Replay][google.cloud.policysimulator.v1.Replay] whose
results are listed, in the following format:
`{projects|folders|organizations}/{resource-id}/locations/global/replays/{replay-id}`
Example:
`projects/my-project/locations/global/replays/506a5f7f-38ce-4d7d-8e03-479ce1833c36`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getPageSize()
The maximum number of [ReplayResult][google.cloud.policysimulator.v1.ReplayResult] objects to return. Defaults to 5000. The maximum value is 5000; values above 5000 are rounded down to 5000.
int32 page_size = 2;String getPageToken()
A page token, received from a previous [Simulator.ListReplayResults][google.cloud.policysimulator.v1.Simulator.ListReplayResults] call. Provide this token to retrieve the next page of results. When paginating, all other parameters provided to [Simulator.ListReplayResults[] must match the call that provided the page token.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
A page token, received from a previous [Simulator.ListReplayResults][google.cloud.policysimulator.v1.Simulator.ListReplayResults] call. Provide this token to retrieve the next page of results. When paginating, all other parameters provided to [Simulator.ListReplayResults[] must match the call that provided the page token.
string page_token = 3;Copyright © 2023 Google LLC. All rights reserved.