Class: Google::Cloud::AppHub::V1::GetApplicationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::GetApplicationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/apphub_service.rb
Overview
Request for GetApplication.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Fully qualified name of the Application to fetch.
Expected format:
projects/{project}/locations/{location}/applications/{application}
.
468 469 470 471 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 468 class GetApplicationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |