Interface SignalFilterOrBuilder (0.6.0)

public interface SignalFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSignalStatus()

public abstract SignalStatus getSignalStatus()

Optional. Represents the status of the Signal for which the filter is for.

.google.cloud.databasecenter.v1beta.SignalStatus signal_status = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SignalStatus

The signalStatus.

getSignalStatusValue()

public abstract int getSignalStatusValue()

Optional. Represents the status of the Signal for which the filter is for.

.google.cloud.databasecenter.v1beta.SignalStatus signal_status = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for signalStatus.

getSignalType()

public abstract SignalType getSignalType()

Optional. Represents the type of the Signal for which the filter is for.

.google.cloud.databasecenter.v1beta.SignalType signal_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
SignalType

The signalType.

getSignalTypeValue()

public abstract int getSignalTypeValue()

Optional. Represents the type of the Signal for which the filter is for.

.google.cloud.databasecenter.v1beta.SignalType signal_type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for signalType.