Binary Authorization V1beta1 API - Class Google::Cloud::BinaryAuthorization::V1beta1::ListAttestorsRequest (v0.13.0)

Reference documentation and code samples for the Binary Authorization V1beta1 API class Google::Cloud::BinaryAuthorization::V1beta1::ListAttestorsRequest.

Request message for [BinauthzManagementService.ListAttestors][].

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
Returns
  • (::Integer) — Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.

#page_token

def page_token() -> ::String
Returns
  • (::String) — A token identifying a page of results the server should return. Typically, this is the value of ListAttestorsResponse.next_page_token returned from the previous call to the ListAttestors method.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — A token identifying a page of results the server should return. Typically, this is the value of ListAttestorsResponse.next_page_token returned from the previous call to the ListAttestors method.
Returns
  • (::String) — A token identifying a page of results the server should return. Typically, this is the value of ListAttestorsResponse.next_page_token returned from the previous call to the ListAttestors method.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the project associated with the attestors, in the format projects/*.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the project associated with the attestors, in the format projects/*.
Returns
  • (::String) — Required. The resource name of the project associated with the attestors, in the format projects/*.