Class: Google::Cloud::TelcoAutomation::V1::CreateBlueprintRequest
- Inherits:
-
Object
- Object
- Google::Cloud::TelcoAutomation::V1::CreateBlueprintRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb
Overview
Request object for CreateBlueprint.
Instance Attribute Summary collapse
-
#blueprint ⇒ ::Google::Cloud::TelcoAutomation::V1::Blueprint
Required.
-
#blueprint_id ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#blueprint ⇒ ::Google::Cloud::TelcoAutomation::V1::Blueprint
Returns Required. The Blueprint to create.
636 637 638 639 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 636 class CreateBlueprintRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#blueprint_id ⇒ ::String
Returns Optional. The name of the blueprint.
636 637 638 639 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 636 class CreateBlueprintRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of parent resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
636 637 638 639 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 636 class CreateBlueprintRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |