Interface GetFeatureRequestOrBuilder (1.85.0)

public interface GetFeatureRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

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

string name = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

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

string name = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getReturnPartialSuccess()

public abstract boolean 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.

bool return_partial_success = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The returnPartialSuccess.