Interface SignalTypeGroupOrBuilder (0.6.0)

public interface SignalTypeGroupOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

Required. The display name of a signal group.

string display_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Required. The display name of a signal group.

string display_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for displayName.

getSignalTypes(int index)

public abstract SignalType getSignalTypes(int index)

Optional. List of signal types present in the group.

repeated .google.cloud.databasecenter.v1beta.SignalType signal_types = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
SignalType

The signalTypes at the given index.

getSignalTypesCount()

public abstract int getSignalTypesCount()

Optional. List of signal types present in the group.

repeated .google.cloud.databasecenter.v1beta.SignalType signal_types = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of signalTypes.

getSignalTypesList()

public abstract List<SignalType> getSignalTypesList()

Optional. List of signal types present in the group.

repeated .google.cloud.databasecenter.v1beta.SignalType signal_types = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<SignalType>

A list containing the signalTypes.

getSignalTypesValue(int index)

public abstract int getSignalTypesValue(int index)

Optional. List of signal types present in the group.

repeated .google.cloud.databasecenter.v1beta.SignalType signal_types = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
int

The enum numeric value on the wire of signalTypes at the given index.

getSignalTypesValueList()

public abstract List<Integer> getSignalTypesValueList()

Optional. List of signal types present in the group.

repeated .google.cloud.databasecenter.v1beta.SignalType signal_types = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Integer>

A list containing the enum numeric values on the wire for signalTypes.