public static final class ComputeFindingsRefinementActivityRequest.Builder extends GeneratedMessage.Builder<ComputeFindingsRefinementActivityRequest.Builder> implements ComputeFindingsRefinementActivityRequestOrBuilderRequest message for ComputeFindingsRefinementActivity method.
Protobuf type google.cloud.chronicle.v1.ComputeFindingsRefinementActivityRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ComputeFindingsRefinementActivityRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ComputeFindingsRefinementActivityRequest build()| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityRequest |
|
buildPartial()
public ComputeFindingsRefinementActivityRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityRequest |
|
clear()
public ComputeFindingsRefinementActivityRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityRequest.Builder |
|
clearInterval()
public ComputeFindingsRefinementActivityRequest.Builder clearInterval()The time interval the activity is measured over.
.google.type.Interval interval = 2;
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityRequest.Builder |
|
clearName()
public ComputeFindingsRefinementActivityRequest.Builder clearName()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 |
ComputeFindingsRefinementActivityRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ComputeFindingsRefinementActivityRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInterval()
public Interval getInterval()The time interval the activity is measured over.
.google.type.Interval interval = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Interval |
The interval. |
getIntervalBuilder()
public Interval.Builder getIntervalBuilder()The time interval the activity is measured over.
.google.type.Interval interval = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Interval.Builder |
|
getIntervalOrBuilder()
public IntervalOrBuilder getIntervalOrBuilder()The time interval the activity is measured over.
.google.type.Interval interval = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.type.IntervalOrBuilder |
|
getName()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ComputeFindingsRefinementActivityRequest other)
public ComputeFindingsRefinementActivityRequest.Builder mergeFrom(ComputeFindingsRefinementActivityRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ComputeFindingsRefinementActivityRequest |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ComputeFindingsRefinementActivityRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ComputeFindingsRefinementActivityRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityRequest.Builder |
|
mergeInterval(Interval value)
public ComputeFindingsRefinementActivityRequest.Builder mergeInterval(Interval value)The time interval the activity is measured over.
.google.type.Interval interval = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.type.Interval |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityRequest.Builder |
|
setInterval(Interval value)
public ComputeFindingsRefinementActivityRequest.Builder setInterval(Interval value)The time interval the activity is measured over.
.google.type.Interval interval = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.type.Interval |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityRequest.Builder |
|
setInterval(Interval.Builder builderForValue)
public ComputeFindingsRefinementActivityRequest.Builder setInterval(Interval.Builder builderForValue)The time interval the activity is measured over.
.google.type.Interval interval = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
com.google.type.Interval.Builder |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityRequest.Builder |
|
setName(String value)
public ComputeFindingsRefinementActivityRequest.Builder setName(String value)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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public ComputeFindingsRefinementActivityRequest.Builder setNameBytes(ByteString value)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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityRequest.Builder |
This builder for chaining. |