Class: Google::Cloud::TelcoAutomation::V1::CreateBlueprintRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#blueprint::Google::Cloud::TelcoAutomation::V1::Blueprint

Returns Required. The Blueprint to create.

Returns:



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.

Returns:

  • (::String)

    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}".

Returns:

  • (::String)

    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