GKE Hub v1 API - Class GetFeatureRequest (2.4.0)

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

Reference documentation and code samples for the GKE Hub v1 API class GetFeatureRequest.

Request message for GkeHub.GetFeature method.

Inheritance

object > GetFeatureRequest

Namespace

Google.Cloud.GkeHub.V1

Assembly

Google.Cloud.GkeHub.V1.dll

Constructors

GetFeatureRequest()

public GetFeatureRequest()

GetFeatureRequest(GetFeatureRequest)

public GetFeatureRequest(GetFeatureRequest other)
Parameter
NameDescription
otherGetFeatureRequest

Properties

FeatureName

public FeatureName FeatureName { get; set; }

FeatureName-typed view over the Name resource name property.

Property Value
TypeDescription
FeatureName

Name

public string Name { get; set; }

Required. The Feature resource name in the format projects/*/locations/*/features/*

Property Value
TypeDescription
string