public interface DoNotDisturbMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExpirationTime()
public abstract Timestamp getExpirationTime()Output only. Timestamp until which the user should be marked as DO_NOT_DISTURB. This can be maximum of 1 year in the future.
.google.protobuf.Timestamp expiration_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The expirationTime. |
getExpirationTimeOrBuilder()
public abstract TimestampOrBuilder getExpirationTimeOrBuilder()Output only. Timestamp until which the user should be marked as DO_NOT_DISTURB. This can be maximum of 1 year in the future.
.google.protobuf.Timestamp expiration_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasExpirationTime()
public abstract boolean hasExpirationTime()Output only. Timestamp until which the user should be marked as DO_NOT_DISTURB. This can be maximum of 1 year in the future.
.google.protobuf.Timestamp expiration_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the expirationTime field is set. |