public interface ComputeFindingsRefinementActivityRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 |
|
getName()
public abstract String getName()Required. Full resource name for the findings refinement to fetch the activity for. Format: projects/{project}/locations/{region}/instances/{instance}/findingsRefinements/{findings_refinement}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. Full resource name for the findings refinement to fetch the activity for. Format: projects/{project}/locations/{region}/instances/{instance}/findingsRefinements/{findings_refinement}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
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. |