Google Cloud Gke Hub V1 Client - Class GetFeatureRequest (1.3.0)

Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class GetFeatureRequest.

Request message for GkeHub.GetFeature method.

Generated from protobuf message google.cloud.gkehub.v1.GetFeatureRequest

Namespace

Google \ Cloud \ GkeHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

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

↳ return_partial_success bool

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.

getName

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

Returns
Type Description
string

setName

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

Parameter
Name Description
var string
Returns
Type Description
$this

getReturnPartialSuccess

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.

Returns
Type Description
bool

setReturnPartialSuccess

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.

Parameter
Name Description
var bool
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

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

Returns
Type Description
GetFeatureRequest