public interface ComputeAllFindingsRefinementActivitiesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstance()
public abstract String getInstance()Required. The ID of the Instance to retrieve counts for. Format: projects/{project}/locations/{location}/instances/{instance}
string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The instance. |
getInstanceBytes()
public abstract ByteString getInstanceBytes()Required. The ID of the Instance to retrieve counts for. Format: projects/{project}/locations/{location}/instances/{instance}
string instance = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instance. |
getInterval()
public abstract Interval getInterval()The time interval the activity is measured over.
.google.type.Interval interval = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Interval |
The interval. |
getIntervalOrBuilder()
public abstract IntervalOrBuilder getIntervalOrBuilder()The time interval the activity is measured over.
.google.type.Interval interval = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.IntervalOrBuilder |
|
hasInterval()
public abstract boolean hasInterval()The time interval the activity is measured over.
.google.type.Interval interval = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the interval field is set. |