public static final class Execution.Summary.Builder extends GeneratedMessage.Builder<Execution.Summary.Builder> implements Execution.SummaryOrBuilderExecution summary.
Protobuf type google.cloud.workloadmanager.v1.Execution.Summary
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Execution.Summary.BuilderImplements
Execution.SummaryOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Execution.Summary build()| Returns | |
|---|---|
| Type | Description |
Execution.Summary |
|
buildPartial()
public Execution.Summary buildPartial()| Returns | |
|---|---|
| Type | Description |
Execution.Summary |
|
clear()
public Execution.Summary.Builder clear()| Returns | |
|---|---|
| Type | Description |
Execution.Summary.Builder |
|
clearFailures()
public Execution.Summary.Builder clearFailures()Output only. Number of failures.
int64 failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Execution.Summary.Builder |
This builder for chaining. |
clearNewFailures()
public Execution.Summary.Builder clearNewFailures()Output only. Number of new failures compared to the previous execution.
int64 new_failures = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Execution.Summary.Builder |
This builder for chaining. |
clearNewFixes()
public Execution.Summary.Builder clearNewFixes()Output only. Number of new fixes compared to the previous execution.
int64 new_fixes = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Execution.Summary.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Execution.Summary getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Execution.Summary |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFailures()
public long getFailures()Output only. Number of failures.
int64 failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The failures. |
getNewFailures()
public long getNewFailures()Output only. Number of new failures compared to the previous execution.
int64 new_failures = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The newFailures. |
getNewFixes()
public long getNewFixes()Output only. Number of new fixes compared to the previous execution.
int64 new_fixes = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The newFixes. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Execution.Summary other)
public Execution.Summary.Builder mergeFrom(Execution.Summary other)| Parameter | |
|---|---|
| Name | Description |
other |
Execution.Summary |
| Returns | |
|---|---|
| Type | Description |
Execution.Summary.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Execution.Summary.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Execution.Summary.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Execution.Summary.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Execution.Summary.Builder |
|
setFailures(long value)
public Execution.Summary.Builder setFailures(long value)Output only. Number of failures.
int64 failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
longThe failures to set. |
| Returns | |
|---|---|
| Type | Description |
Execution.Summary.Builder |
This builder for chaining. |
setNewFailures(long value)
public Execution.Summary.Builder setNewFailures(long value)Output only. Number of new failures compared to the previous execution.
int64 new_failures = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
longThe newFailures to set. |
| Returns | |
|---|---|
| Type | Description |
Execution.Summary.Builder |
This builder for chaining. |
setNewFixes(long value)
public Execution.Summary.Builder setNewFixes(long value)Output only. Number of new fixes compared to the previous execution.
int64 new_fixes = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
longThe newFixes to set. |
| Returns | |
|---|---|
| Type | Description |
Execution.Summary.Builder |
This builder for chaining. |