public sealed class GetRuntimeProjectAttachmentRequest : IMessage<GetRuntimeProjectAttachmentRequest>, IEquatable<GetRuntimeProjectAttachmentRequest>, IDeepCloneable<GetRuntimeProjectAttachmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class GetRuntimeProjectAttachmentRequest.
The [GetRuntimeProjectAttachment][google.cloud.apihub.v1.RuntimeProjectAttachmentService.GetRuntimeProjectAttachment] method's request.
Implements
IMessageGetRuntimeProjectAttachmentRequest, IEquatableGetRuntimeProjectAttachmentRequest, IDeepCloneableGetRuntimeProjectAttachmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
GetRuntimeProjectAttachmentRequest()
public GetRuntimeProjectAttachmentRequest()
GetRuntimeProjectAttachmentRequest(GetRuntimeProjectAttachmentRequest)
public GetRuntimeProjectAttachmentRequest(GetRuntimeProjectAttachmentRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetRuntimeProjectAttachmentRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the API resource to retrieve.
Format:
projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}
Property Value | |
---|---|
Type | Description |
string |
RuntimeProjectAttachmentName
public RuntimeProjectAttachmentName RuntimeProjectAttachmentName { get; set; }
RuntimeProjectAttachmentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
RuntimeProjectAttachmentName |