Class: Google::Cloud::AppHub::V1::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::CreateApplicationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/apphub_service.rb
Overview
Request for CreateApplication.
Instance Attribute Summary collapse
-
#application ⇒ ::Google::Cloud::AppHub::V1::Application
Required.
-
#application_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
Instance Attribute Details
#application ⇒ ::Google::Cloud::AppHub::V1::Application
457 458 459 460 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 457 class CreateApplicationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#application_id ⇒ ::String
457 458 459 460 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 457 class CreateApplicationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
457 458 459 460 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 457 class CreateApplicationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
457 458 459 460 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 457 class CreateApplicationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |