public static final class QualityReport.Issue.Builder extends GeneratedMessage.Builder<QualityReport.Issue.Builder> implements QualityReport.IssueOrBuilderThe issue identified.
Protobuf type google.cloud.ces.v1beta.QualityReport.Issue
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > QualityReport.Issue.BuilderImplements
QualityReport.IssueOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public QualityReport.Issue build()| Returns | |
|---|---|
| Type | Description |
QualityReport.Issue |
|
buildPartial()
public QualityReport.Issue buildPartial()| Returns | |
|---|---|
| Type | Description |
QualityReport.Issue |
|
clear()
public QualityReport.Issue.Builder clear()| Returns | |
|---|---|
| Type | Description |
QualityReport.Issue.Builder |
|
clearDescription()
public QualityReport.Issue.Builder clearDescription()Optional. Description of the issue found.
string description = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
QualityReport.Issue.Builder |
This builder for chaining. |
clearOccurrenceCount()
public QualityReport.Issue.Builder clearOccurrenceCount()Optional. How many times this issue occurred.
int32 occurrence_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
QualityReport.Issue.Builder |
This builder for chaining. |
clearProposedSolution()
public QualityReport.Issue.Builder clearProposedSolution()Optional. Proposed solution to fix the issue by modifying instructions or tools.
string proposed_solution = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
QualityReport.Issue.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public QualityReport.Issue getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
QualityReport.Issue |
|
getDescription()
public String getDescription()Optional. Description of the issue found.
string description = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()Optional. Description of the issue found.
string description = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getOccurrenceCount()
public int getOccurrenceCount()Optional. How many times this issue occurred.
int32 occurrence_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The occurrenceCount. |
getProposedSolution()
public String getProposedSolution()Optional. Proposed solution to fix the issue by modifying instructions or tools.
string proposed_solution = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The proposedSolution. |
getProposedSolutionBytes()
public ByteString getProposedSolutionBytes()Optional. Proposed solution to fix the issue by modifying instructions or tools.
string proposed_solution = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for proposedSolution. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(QualityReport.Issue other)
public QualityReport.Issue.Builder mergeFrom(QualityReport.Issue other)| Parameter | |
|---|---|
| Name | Description |
other |
QualityReport.Issue |
| Returns | |
|---|---|
| Type | Description |
QualityReport.Issue.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public QualityReport.Issue.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
QualityReport.Issue.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public QualityReport.Issue.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
QualityReport.Issue.Builder |
|
setDescription(String value)
public QualityReport.Issue.Builder setDescription(String value)Optional. Description of the issue found.
string description = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe description to set. |
| Returns | |
|---|---|
| Type | Description |
QualityReport.Issue.Builder |
This builder for chaining. |
setDescriptionBytes(ByteString value)
public QualityReport.Issue.Builder setDescriptionBytes(ByteString value)Optional. Description of the issue found.
string description = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for description to set. |
| Returns | |
|---|---|
| Type | Description |
QualityReport.Issue.Builder |
This builder for chaining. |
setOccurrenceCount(int value)
public QualityReport.Issue.Builder setOccurrenceCount(int value)Optional. How many times this issue occurred.
int32 occurrence_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe occurrenceCount to set. |
| Returns | |
|---|---|
| Type | Description |
QualityReport.Issue.Builder |
This builder for chaining. |
setProposedSolution(String value)
public QualityReport.Issue.Builder setProposedSolution(String value)Optional. Proposed solution to fix the issue by modifying instructions or tools.
string proposed_solution = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe proposedSolution to set. |
| Returns | |
|---|---|
| Type | Description |
QualityReport.Issue.Builder |
This builder for chaining. |
setProposedSolutionBytes(ByteString value)
public QualityReport.Issue.Builder setProposedSolutionBytes(ByteString value)Optional. Proposed solution to fix the issue by modifying instructions or tools.
string proposed_solution = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for proposedSolution to set. |
| Returns | |
|---|---|
| Type | Description |
QualityReport.Issue.Builder |
This builder for chaining. |