public sealed class GetServiceProjectAttachmentRequest : IMessage<GetServiceProjectAttachmentRequest>, IEquatable<GetServiceProjectAttachmentRequest>, IDeepCloneable<GetServiceProjectAttachmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class GetServiceProjectAttachmentRequest.
Request for GetServiceProjectAttachment.
Implements
IMessageGetServiceProjectAttachmentRequest, IEquatableGetServiceProjectAttachmentRequest, IDeepCloneableGetServiceProjectAttachmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AppHub.V1Assembly
Google.Cloud.AppHub.V1.dll
Constructors
GetServiceProjectAttachmentRequest()
public GetServiceProjectAttachmentRequest()
GetServiceProjectAttachmentRequest(GetServiceProjectAttachmentRequest)
public GetServiceProjectAttachmentRequest(GetServiceProjectAttachmentRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetServiceProjectAttachmentRequest |
Properties
Name
public string Name { get; set; }
Required. Fully qualified name of the service project attachment to
retrieve. Expected format:
projects/{project}/locations/{location}/serviceProjectAttachments/{serviceProjectAttachment}
.
Property Value | |
---|---|
Type | Description |
string |
ServiceProjectAttachmentName
public ServiceProjectAttachmentName ServiceProjectAttachmentName { get; set; }
ServiceProjectAttachmentName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ServiceProjectAttachmentName |