public static final class IssueCount.Builder extends GeneratedMessage.Builder<IssueCount.Builder> implements IssueCountOrBuilderCount of issues for a group of signals.
Protobuf type google.cloud.databasecenter.v1beta.IssueCount
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > IssueCount.BuilderImplements
IssueCountOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public IssueCount build()| Returns | |
|---|---|
| Type | Description |
IssueCount |
|
buildPartial()
public IssueCount buildPartial()| Returns | |
|---|---|
| Type | Description |
IssueCount |
|
clear()
public IssueCount.Builder clear()| Returns | |
|---|---|
| Type | Description |
IssueCount.Builder |
|
clearDisplayName()
public IssueCount.Builder clearDisplayName()Title of a signal group corresponding to the request.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
IssueCount.Builder |
This builder for chaining. |
clearIssueCount()
public IssueCount.Builder clearIssueCount()The count of the number of issues associated with those resources that are explicitly filtered in by the filters present in the request. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.
int32 issue_count = 2;
| Returns | |
|---|---|
| Type | Description |
IssueCount.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public IssueCount getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
IssueCount |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDisplayName()
public String getDisplayName()Title of a signal group corresponding to the request.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Title of a signal group corresponding to the request.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getIssueCount()
public int getIssueCount()The count of the number of issues associated with those resources that are explicitly filtered in by the filters present in the request. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.
int32 issue_count = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The issueCount. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(IssueCount other)
public IssueCount.Builder mergeFrom(IssueCount other)| Parameter | |
|---|---|
| Name | Description |
other |
IssueCount |
| Returns | |
|---|---|
| Type | Description |
IssueCount.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IssueCount.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IssueCount.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public IssueCount.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
IssueCount.Builder |
|
setDisplayName(String value)
public IssueCount.Builder setDisplayName(String value)Title of a signal group corresponding to the request.
string display_name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe displayName to set. |
| Returns | |
|---|---|
| Type | Description |
IssueCount.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public IssueCount.Builder setDisplayNameBytes(ByteString value)Title of a signal group corresponding to the request.
string display_name = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for displayName to set. |
| Returns | |
|---|---|
| Type | Description |
IssueCount.Builder |
This builder for chaining. |
setIssueCount(int value)
public IssueCount.Builder setIssueCount(int value)The count of the number of issues associated with those resources that are explicitly filtered in by the filters present in the request. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.
int32 issue_count = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe issueCount to set. |
| Returns | |
|---|---|
| Type | Description |
IssueCount.Builder |
This builder for chaining. |