Interface AvailabilitySignalOrBuilder (2.2.9)

public interface AvailabilitySignalOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFilterSatisfied()

public abstract BoolValue getFilterSatisfied()

Indicates if the last_update_time is within AvailabilityFilter.range. Returned only in a search response when there is an AvailabilityFilter in ProfileQuery.availability_filters where signal_type matches type.

.google.protobuf.BoolValue filter_satisfied = 3;

Returns
TypeDescription
BoolValue

The filterSatisfied.

getFilterSatisfiedOrBuilder()

public abstract BoolValueOrBuilder getFilterSatisfiedOrBuilder()

Indicates if the last_update_time is within AvailabilityFilter.range. Returned only in a search response when there is an AvailabilityFilter in ProfileQuery.availability_filters where signal_type matches type.

.google.protobuf.BoolValue filter_satisfied = 3;

Returns
TypeDescription
BoolValueOrBuilder

getLastUpdateTime()

public abstract Timestamp getLastUpdateTime()

Timestamp of when the given availability activity last happened.

.google.protobuf.Timestamp last_update_time = 2;

Returns
TypeDescription
Timestamp

The lastUpdateTime.

getLastUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getLastUpdateTimeOrBuilder()

Timestamp of when the given availability activity last happened.

.google.protobuf.Timestamp last_update_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getType()

public abstract AvailabilitySignalType getType()

Type of signal.

.google.cloud.talent.v4beta1.AvailabilitySignalType type = 1;

Returns
TypeDescription
AvailabilitySignalType

The type.

getTypeValue()

public abstract int getTypeValue()

Type of signal.

.google.cloud.talent.v4beta1.AvailabilitySignalType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

hasFilterSatisfied()

public abstract boolean hasFilterSatisfied()

Indicates if the last_update_time is within AvailabilityFilter.range. Returned only in a search response when there is an AvailabilityFilter in ProfileQuery.availability_filters where signal_type matches type.

.google.protobuf.BoolValue filter_satisfied = 3;

Returns
TypeDescription
boolean

Whether the filterSatisfied field is set.

hasLastUpdateTime()

public abstract boolean hasLastUpdateTime()

Timestamp of when the given availability activity last happened.

.google.protobuf.Timestamp last_update_time = 2;

Returns
TypeDescription
boolean

Whether the lastUpdateTime field is set.