public interface FetchCacheUpdateRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatabase()
public abstract String getDatabase()Required. The database for which to retrieve the cache update.
string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The database. |
getDatabaseBytes()
public abstract ByteString getDatabaseBytes()Required. The database for which to retrieve the cache update.
string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for database. |
getMaxRangeCount()
public abstract int getMaxRangeCount()Optional. The maximum number of ranges to return in the response. If not set, a default limit of 10000 will be used.
int32 max_range_count = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The maxRangeCount. |
getMaxRecipeCount()
public abstract int getMaxRecipeCount()Optional. The maximum number of key recipes to return in the response. If not set, a default limit of 100 will be used.
int32 max_recipe_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The maxRecipeCount. |