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

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

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

The [LookupApiHubInstance][google.cloud.apihub.v1.Provisioning.LookupApiHubInstance] method's request.

Inheritance

object > LookupApiHubInstanceRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

LookupApiHubInstanceRequest()

public LookupApiHubInstanceRequest()

LookupApiHubInstanceRequest(LookupApiHubInstanceRequest)

public LookupApiHubInstanceRequest(LookupApiHubInstanceRequest other)
Parameter
Name Description
other LookupApiHubInstanceRequest

Properties

Parent

public string Parent { get; set; }

Required. There will always be only one Api Hub instance for a GCP project across all locations. The parent resource for the Api Hub instance resource. Format: projects/{project}/locations/{location}

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName