public interface SignalGroupOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Title of a signal group corresponding to the request.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract 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 abstract int getIssueCount()When applied to a DatabaseResource represents count of issues associated with the resource. 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. |
getSignals(int index)
public abstract Signal getSignals(int index)List of signals present in the group and associated with the resource.
Only applies to a DatabaseResource.
repeated .google.cloud.databasecenter.v1beta.Signal signals = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Signal |
|
getSignalsCount()
public abstract int getSignalsCount()List of signals present in the group and associated with the resource.
Only applies to a DatabaseResource.
repeated .google.cloud.databasecenter.v1beta.Signal signals = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSignalsList()
public abstract List<Signal> getSignalsList()List of signals present in the group and associated with the resource.
Only applies to a DatabaseResource.
repeated .google.cloud.databasecenter.v1beta.Signal signals = 3;
| Returns | |
|---|---|
| Type | Description |
List<Signal> |
|
getSignalsOrBuilder(int index)
public abstract SignalOrBuilder getSignalsOrBuilder(int index)List of signals present in the group and associated with the resource.
Only applies to a DatabaseResource.
repeated .google.cloud.databasecenter.v1beta.Signal signals = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SignalOrBuilder |
|
getSignalsOrBuilderList()
public abstract List<? extends SignalOrBuilder> getSignalsOrBuilderList()List of signals present in the group and associated with the resource.
Only applies to a DatabaseResource.
repeated .google.cloud.databasecenter.v1beta.Signal signals = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.databasecenter.v1beta.SignalOrBuilder> |
|