Class: Google::Cloud::BinaryAuthorization::V1::DeleteAttestorRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BinaryAuthorization::V1::DeleteAttestorRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/binaryauthorization/v1/service.rb
Overview
Request message for BinauthzManagementServiceV1.DeleteAttestor.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the
attestors to delete, in the
format projects/*/attestors/*.
142 143 144 145 |
# File 'proto_docs/google/cloud/binaryauthorization/v1/service.rb', line 142 class DeleteAttestorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |