Class IssueCount.Builder (0.3.0)
Version 0.3.0keyboard_arrow_down
public static final class IssueCount . Builder extends GeneratedMessageV3 . Builder<IssueCount . Builder > implements IssueCountOrBuilder
Count of issues for a group of signals.
Protobuf type google.cloud.databasecenter.v1beta.IssueCount
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public IssueCount . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public IssueCount build ()
buildPartial()
public IssueCount buildPartial ()
clear()
public IssueCount . Builder clear ()
Overrides
clearDisplayName()
public IssueCount . Builder clearDisplayName ()
Title of a signal group corresponding to the request.
string display_name = 1;
clearField(Descriptors.FieldDescriptor field)
public IssueCount . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public IssueCount . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public IssueCount . Builder clone ()
Overrides
getDefaultInstanceForType()
public IssueCount getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
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 GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(IssueCount other)
public IssueCount . Builder mergeFrom ( IssueCount other )
public IssueCount . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public IssueCount . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final IssueCount . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
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.
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.
setField(Descriptors.FieldDescriptor field, Object value)
public IssueCount . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
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.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public IssueCount . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final IssueCount . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-09 UTC."],[],[]]