Class: Google::Cloud::ApiHub::V1::CreateRuntimeProjectAttachmentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apihub/v1/runtime_project_attachment_service.rb

Overview

The CreateRuntimeProjectAttachment method's request.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent resource for the Runtime Project Attachment. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The parent resource for the Runtime Project Attachment. Format: projects/{project}/locations/{location}



40
41
42
43
# File 'proto_docs/google/cloud/apihub/v1/runtime_project_attachment_service.rb', line 40

class CreateRuntimeProjectAttachmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#runtime_project_attachment::Google::Cloud::ApiHub::V1::RuntimeProjectAttachment

Returns Required. The Runtime Project Attachment to create.

Returns:



40
41
42
43
# File 'proto_docs/google/cloud/apihub/v1/runtime_project_attachment_service.rb', line 40

class CreateRuntimeProjectAttachmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#runtime_project_attachment_id::String

Returns Required. The ID to use for the Runtime Project Attachment, which will become the final component of the Runtime Project Attachment's name. The ID must be the same as the project ID of the Google cloud project specified in the runtime_project_attachment.runtime_project field.

Returns:

  • (::String)

    Required. The ID to use for the Runtime Project Attachment, which will become the final component of the Runtime Project Attachment's name. The ID must be the same as the project ID of the Google cloud project specified in the runtime_project_attachment.runtime_project field.



40
41
42
43
# File 'proto_docs/google/cloud/apihub/v1/runtime_project_attachment_service.rb', line 40

class CreateRuntimeProjectAttachmentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end