Class: Google::Cloud::Compute::V1::DeleteGlobalOrganizationOperationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::DeleteGlobalOrganizationOperationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for GlobalOrganizationOperations.Delete. See the method description for details.
Instance Attribute Summary collapse
-
#operation ⇒ ::String
Name of the Operations resource to delete, or its unique numeric identifier.
-
#parent_id ⇒ ::String
Parent ID for this request.
Instance Attribute Details
#operation ⇒ ::String
Returns Name of the Operations resource to delete, or its unique numeric identifier.
5505 5506 5507 5508 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5505 class DeleteGlobalOrganizationOperationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_id ⇒ ::String
Returns Parent ID for this request.
5505 5506 5507 5508 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 5505 class DeleteGlobalOrganizationOperationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |