Class: Google::Cloud::ApiHub::V1::GetApiOperationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::GetApiOperationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/apihub_service.rb
Overview
The GetApiOperation method's request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the operation to retrieve.
Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}
.
538 539 540 541 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 538 class GetApiOperationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |