Reference documentation and code samples for the GKE Hub V1 API class Google::Cloud::GkeHub::V1::GetFeatureRequest.
Request message for GkeHub.GetFeature method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. The Feature resource name in the format
projects/*/locations/*/features/*
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The Feature resource name in the format
projects/*/locations/*/features/*
Returns
-
(::String) — Required. The Feature resource name in the format
projects/*/locations/*/features/*
#return_partial_success
def return_partial_success() -> ::Boolean
Returns
- (::Boolean) — 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.
#return_partial_success=
def return_partial_success=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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
- (::Boolean) — 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.