public sealed class LookupServiceProjectAttachmentRequest : IMessage<LookupServiceProjectAttachmentRequest>, IEquatable<LookupServiceProjectAttachmentRequest>, IDeepCloneable<LookupServiceProjectAttachmentRequest>, IBufferMessage, IMessageReference documentation and code samples for the App Hub v1 API class LookupServiceProjectAttachmentRequest.
Request for LookupServiceProjectAttachment.
Implements
IMessageLookupServiceProjectAttachmentRequest, IEquatableLookupServiceProjectAttachmentRequest, IDeepCloneableLookupServiceProjectAttachmentRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AppHub.V1Assembly
Google.Cloud.AppHub.V1.dll
Constructors
LookupServiceProjectAttachmentRequest()
public LookupServiceProjectAttachmentRequest()LookupServiceProjectAttachmentRequest(LookupServiceProjectAttachmentRequest)
public LookupServiceProjectAttachmentRequest(LookupServiceProjectAttachmentRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | LookupServiceProjectAttachmentRequest | 
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. Service project ID and location to lookup service project
attachment for. Only global location is supported. Expected format:
projects/{project}/locations/{location}.
| Property Value | |
|---|---|
| Type | Description | 
| string | |