public static final class HybridInspectStatistics.Builder extends GeneratedMessage.Builder<HybridInspectStatistics.Builder> implements HybridInspectStatisticsOrBuilderStatistics related to processing hybrid inspect requests.
Protobuf type google.privacy.dlp.v2.HybridInspectStatistics
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > HybridInspectStatistics.BuilderImplements
HybridInspectStatisticsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public HybridInspectStatistics build()| Returns | |
|---|---|
| Type | Description |
HybridInspectStatistics |
|
buildPartial()
public HybridInspectStatistics buildPartial()| Returns | |
|---|---|
| Type | Description |
HybridInspectStatistics |
|
clear()
public HybridInspectStatistics.Builder clear()| Returns | |
|---|---|
| Type | Description |
HybridInspectStatistics.Builder |
|
clearAbortedCount()
public HybridInspectStatistics.Builder clearAbortedCount()The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
int64 aborted_count = 2;
| Returns | |
|---|---|
| Type | Description |
HybridInspectStatistics.Builder |
This builder for chaining. |
clearPendingCount()
public HybridInspectStatistics.Builder clearPendingCount() The number of hybrid requests currently being processed. Only populated
when called via method getDlpJob.
A burst of traffic may cause hybrid inspect requests to be enqueued.
Processing will take place as quickly as possible, but resource limitations
may impact how long a request is enqueued for.
int64 pending_count = 3;
| Returns | |
|---|---|
| Type | Description |
HybridInspectStatistics.Builder |
This builder for chaining. |
clearProcessedCount()
public HybridInspectStatistics.Builder clearProcessedCount()The number of hybrid inspection requests processed within this job.
int64 processed_count = 1;
| Returns | |
|---|---|
| Type | Description |
HybridInspectStatistics.Builder |
This builder for chaining. |
getAbortedCount()
public long getAbortedCount()The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
int64 aborted_count = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The abortedCount. |
getDefaultInstanceForType()
public HybridInspectStatistics getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
HybridInspectStatistics |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPendingCount()
public long getPendingCount() The number of hybrid requests currently being processed. Only populated
when called via method getDlpJob.
A burst of traffic may cause hybrid inspect requests to be enqueued.
Processing will take place as quickly as possible, but resource limitations
may impact how long a request is enqueued for.
int64 pending_count = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The pendingCount. |
getProcessedCount()
public long getProcessedCount()The number of hybrid inspection requests processed within this job.
int64 processed_count = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The processedCount. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(HybridInspectStatistics other)
public HybridInspectStatistics.Builder mergeFrom(HybridInspectStatistics other)| Parameter | |
|---|---|
| Name | Description |
other |
HybridInspectStatistics |
| Returns | |
|---|---|
| Type | Description |
HybridInspectStatistics.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public HybridInspectStatistics.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
HybridInspectStatistics.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public HybridInspectStatistics.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
HybridInspectStatistics.Builder |
|
setAbortedCount(long value)
public HybridInspectStatistics.Builder setAbortedCount(long value)The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
int64 aborted_count = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe abortedCount to set. |
| Returns | |
|---|---|
| Type | Description |
HybridInspectStatistics.Builder |
This builder for chaining. |
setPendingCount(long value)
public HybridInspectStatistics.Builder setPendingCount(long value) The number of hybrid requests currently being processed. Only populated
when called via method getDlpJob.
A burst of traffic may cause hybrid inspect requests to be enqueued.
Processing will take place as quickly as possible, but resource limitations
may impact how long a request is enqueued for.
int64 pending_count = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe pendingCount to set. |
| Returns | |
|---|---|
| Type | Description |
HybridInspectStatistics.Builder |
This builder for chaining. |
setProcessedCount(long value)
public HybridInspectStatistics.Builder setProcessedCount(long value)The number of hybrid inspection requests processed within this job.
int64 processed_count = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe processedCount to set. |
| Returns | |
|---|---|
| Type | Description |
HybridInspectStatistics.Builder |
This builder for chaining. |