Interface ListApprovalRequestsMessageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFilter()
      A filter on the type of approval requests to retrieve.
      com.google.protobuf.ByteString getFilterBytes()
      A filter on the type of approval requests to retrieve.
      int getPageSize()
      Requested page size.
      String getPageToken()
      A token identifying the page of results to return.
      com.google.protobuf.ByteString getPageTokenBytes()
      A token identifying the page of results to return.
      String getParent()
      The parent resource.
      com.google.protobuf.ByteString getParentBytes()
      The parent resource.
      • 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()
         The parent resource. This may be "projects/{project}",
         "folders/{folder}", or "organizations/{organization}".
         
        string parent = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         The parent resource. This may be "projects/{project}",
         "folders/{folder}", or "organizations/{organization}".
         
        string parent = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • getFilter

        String getFilter()
         A filter on the type of approval requests to retrieve. Must be one of the
         following values:
        
           * [not set]: Requests that are pending or have active approvals.
           * ALL: All requests.
           * PENDING: Only pending requests.
           * ACTIVE: Only active (i.e. currently approved) requests.
           * DISMISSED: Only requests that have been dismissed, or requests that
             are not approved and past expiration.
           * EXPIRED: Only requests that have been approved, and the approval has
             expired.
           * HISTORY: Active, dismissed and expired requests.
         
        string filter = 2;
        Returns:
        The filter.
      • getFilterBytes

        com.google.protobuf.ByteString getFilterBytes()
         A filter on the type of approval requests to retrieve. Must be one of the
         following values:
        
           * [not set]: Requests that are pending or have active approvals.
           * ALL: All requests.
           * PENDING: Only pending requests.
           * ACTIVE: Only active (i.e. currently approved) requests.
           * DISMISSED: Only requests that have been dismissed, or requests that
             are not approved and past expiration.
           * EXPIRED: Only requests that have been approved, and the approval has
             expired.
           * HISTORY: Active, dismissed and expired requests.
         
        string filter = 2;
        Returns:
        The bytes for filter.
      • getPageSize

        int getPageSize()
         Requested page size.
         
        int32 page_size = 3;
        Returns:
        The pageSize.
      • getPageToken

        String getPageToken()
         A token identifying the page of results to return.
         
        string page_token = 4;
        Returns:
        The pageToken.
      • getPageTokenBytes

        com.google.protobuf.ByteString getPageTokenBytes()
         A token identifying the page of results to return.
         
        string page_token = 4;
        Returns:
        The bytes for pageToken.