API hub v1 API - Class CreateRuntimeProjectAttachmentRequest (1.0.0-beta02)

public sealed class CreateRuntimeProjectAttachmentRequest : IMessage<CreateRuntimeProjectAttachmentRequest>, IEquatable<CreateRuntimeProjectAttachmentRequest>, IDeepCloneable<CreateRuntimeProjectAttachmentRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class CreateRuntimeProjectAttachmentRequest.

The [CreateRuntimeProjectAttachment][google.cloud.apihub.v1.RuntimeProjectAttachmentService.CreateRuntimeProjectAttachment] method's request.

Inheritance

object > CreateRuntimeProjectAttachmentRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

CreateRuntimeProjectAttachmentRequest()

public CreateRuntimeProjectAttachmentRequest()

CreateRuntimeProjectAttachmentRequest(CreateRuntimeProjectAttachmentRequest)

public CreateRuntimeProjectAttachmentRequest(CreateRuntimeProjectAttachmentRequest other)
Parameter
Name Description
other CreateRuntimeProjectAttachmentRequest

Properties

Parent

public string Parent { get; set; }

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

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName

RuntimeProjectAttachment

public RuntimeProjectAttachment RuntimeProjectAttachment { get; set; }

Required. The Runtime Project Attachment to create.

Property Value
Type Description
RuntimeProjectAttachment

RuntimeProjectAttachmentId

public string RuntimeProjectAttachmentId { get; set; }

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.

Property Value
Type Description
string