Class: Google::Cloud::BinaryAuthorization::V1beta1::ListAttestorsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/binaryauthorization/v1beta1/service.rb

Overview

Response message for [BinauthzManagementService.ListAttestors][].

Instance Attribute Summary collapse

Instance Attribute Details

#attestors::Array<::Google::Cloud::BinaryAuthorization::V1beta1::Attestor>

Returns The list of attestors.



125
126
127
128
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/service.rb', line 125

class ListAttestorsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns A token to retrieve the next page of results. Pass this value in the ListAttestorsRequest.page_token field in the subsequent call to the ListAttestors method to retrieve the next page of results.

Returns:

  • (::String)

    A token to retrieve the next page of results. Pass this value in the ListAttestorsRequest.page_token field in the subsequent call to the ListAttestors method to retrieve the next page of results.



125
126
127
128
# File 'proto_docs/google/cloud/binaryauthorization/v1beta1/service.rb', line 125

class ListAttestorsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end