public sealed class GetFeatureRequest : IMessage<GetFeatureRequest>, IEquatable<GetFeatureRequest>, IDeepCloneable<GetFeatureRequest>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class GetFeatureRequest.
Request message for GkeHub.GetFeature method.
Implements
IMessageGetFeatureRequest, IEquatableGetFeatureRequest, IDeepCloneableGetFeatureRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
GetFeatureRequest()
public GetFeatureRequest()GetFeatureRequest(GetFeatureRequest)
public GetFeatureRequest(GetFeatureRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetFeatureRequest |
Properties
FeatureName
public FeatureName FeatureName { get; set; }FeatureName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
FeatureName |
|
Name
public string Name { get; set; }Required. The Feature resource name in the format
projects/*/locations/*/features/*
| Property Value | |
|---|---|
| Type | Description |
string |
|
ReturnPartialSuccess
public bool ReturnPartialSuccess { get; set; }Optional. If set to true, the response will return partial results when some regions are unreachable and the unreachable field in Feature proto will be populated. If set to false, the request will fail when some regions are unreachable.
| Property Value | |
|---|---|
| Type | Description |
bool |
|