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

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

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

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

Inheritance

object > LookupRuntimeProjectAttachmentRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

LookupRuntimeProjectAttachmentRequest()

public LookupRuntimeProjectAttachmentRequest()

LookupRuntimeProjectAttachmentRequest(LookupRuntimeProjectAttachmentRequest)

public LookupRuntimeProjectAttachmentRequest(LookupRuntimeProjectAttachmentRequest other)
Parameter
Name Description
other LookupRuntimeProjectAttachmentRequest

Properties

LocationName

public LocationName LocationName { get; set; }

LocationName-typed view over the Name resource name property.

Property Value
Type Description
LocationName

Name

public string Name { get; set; }

Required. Runtime project ID to look up runtime project attachment for. Lookup happens across all regions. Expected format: projects/{project}/locations/{location}.

Property Value
Type Description
string