Interface ListReplayResultsRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListReplayResultsRequest, ListReplayResultsRequest.Builder

    public interface ListReplayResultsRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getParent

        String 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) = { ... }
        Returns:
        The parent.
      • getParentBytes

        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) = { ... }
        Returns:
        The bytes for parent.
      • getPageSize

        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;
        Returns:
        The pageSize.
      • getPageToken

        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;
        Returns:
        The pageToken.
      • getPageTokenBytes

        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;
        Returns:
        The bytes for pageToken.