public interface AvailabilitySignalOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Type | Description |
| 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;
| Type | Description |
| BoolValueOrBuilder |
getLastUpdateTime()
public abstract Timestamp getLastUpdateTime()Timestamp of when the given availability activity last happened.
.google.protobuf.Timestamp last_update_time = 2;
| Type | Description |
| Timestamp | The lastUpdateTime. |
getLastUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getLastUpdateTimeOrBuilder()Timestamp of when the given availability activity last happened.
.google.protobuf.Timestamp last_update_time = 2;
| Type | Description |
| TimestampOrBuilder |
getType()
public abstract AvailabilitySignalType getType()Type of signal.
.google.cloud.talent.v4beta1.AvailabilitySignalType type = 1;
| Type | Description |
| AvailabilitySignalType | The type. |
getTypeValue()
public abstract int getTypeValue()Type of signal.
.google.cloud.talent.v4beta1.AvailabilitySignalType type = 1;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the lastUpdateTime field is set. |