API hub V1 API - Class Google::Cloud::ApiHub::V1::CreateRuntimeProjectAttachmentRequest (v0.1.0)

Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::CreateRuntimeProjectAttachmentRequest.

The CreateRuntimeProjectAttachment method's request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource for the Runtime Project Attachment. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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}

#runtime_project_attachment

def runtime_project_attachment() -> ::Google::Cloud::ApiHub::V1::RuntimeProjectAttachment
Returns

#runtime_project_attachment=

def runtime_project_attachment=(value) -> ::Google::Cloud::ApiHub::V1::RuntimeProjectAttachment
Parameter
Returns

#runtime_project_attachment_id

def runtime_project_attachment_id() -> ::String
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.

#runtime_project_attachment_id=

def runtime_project_attachment_id=(value) -> ::String
Parameter
  • value (::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.
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.