Interface FetchInventoryRequestOrBuilder (1.15.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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for source.