Class: Google::Cloud::Compute::V1::GetGlobalOrganizationOperationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetGlobalOrganizationOperationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for GlobalOrganizationOperations.Get. See the method description for details.
Instance Attribute Summary collapse
-
#operation ⇒ ::String
Name of the Operations resource to return.
-
#parent_id ⇒ ::String
Parent ID for this request.
Instance Attribute Details
#operation ⇒ ::String
Returns Name of the Operations resource to return. Parent is derived from this field.
9614 9615 9616 9617 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9614 class GetGlobalOrganizationOperationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_id ⇒ ::String
Returns Parent ID for this request. Not used. Parent is derived from resource_id.
9614 9615 9616 9617 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9614 class GetGlobalOrganizationOperationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |