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 [BinauthzManagementService.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/*
.
67 68 69 70 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/service.rb', line 67 class GetAttestorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |