Class IssueCount.Builder (0.6.0)

public static final class IssueCount.Builder extends GeneratedMessage.Builder<IssueCount.Builder> implements IssueCountOrBuilder

Count of issues for a group of signals.

Protobuf type google.cloud.databasecenter.v1beta.IssueCount

Implements

IssueCountOrBuilder

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public IssueCount.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
IssueCount.Builder
Overrides

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 String

The 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 ByteString

The 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 int

The issueCount to set.

Returns
Type Description
IssueCount.Builder

This builder for chaining.