Interface FetchInventoryRequestOrBuilder (1.42.0)

public interface FetchInventoryRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getForceRefresh()

public abstract boolean getForceRefresh()

If this flag is set to true, the source will be queried instead of using cached results. Using this flag will make the call slower.

bool force_refresh = 2;

Returns
Type Description
boolean

The forceRefresh.

getSource()

public abstract String getSource()

Required. The name of the Source.

string source = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The source.

getSourceBytes()

public abstract ByteString getSourceBytes()

Required. The name of the Source.

string source = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for source.