Class: Google::Cloud::BinaryAuthorization::V1::GetAttestorRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BinaryAuthorization::V1::GetAttestorRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/binaryauthorization/v1/service.rb
Overview
Request message for BinauthzManagementServiceV1.GetAttestor.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the
attestor to retrieve, in
the format projects/*/attestors/*.
78 79 80 81 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/service.rb', line 78 class GetAttestorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |