App Hub v1 API - Class LookupServiceProjectAttachmentRequest (1.0.0-beta02)

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

Reference documentation and code samples for the App Hub v1 API class LookupServiceProjectAttachmentRequest.

Request for LookupServiceProjectAttachment.

Inheritance

object > LookupServiceProjectAttachmentRequest

Namespace

Google.Cloud.AppHub.V1

Assembly

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