public static interface Document.ReloadStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStatus()
public abstract Status getStatus()The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
| Type | Description |
| com.google.rpc.Status | The status. |
getStatusOrBuilder()
public abstract StatusOrBuilder getStatusOrBuilder()The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
| Type | Description |
| com.google.rpc.StatusOrBuilder |
getTime()
public abstract Timestamp getTime()The time of a reload attempt. This reload may have been triggered automatically or manually and may not have succeeded.
.google.protobuf.Timestamp time = 1;
| Type | Description |
| Timestamp | The time. |
getTimeOrBuilder()
public abstract TimestampOrBuilder getTimeOrBuilder()The time of a reload attempt. This reload may have been triggered automatically or manually and may not have succeeded.
.google.protobuf.Timestamp time = 1;
| Type | Description |
| TimestampOrBuilder |
hasStatus()
public abstract boolean hasStatus()The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
| Type | Description |
| boolean | Whether the status field is set. |
hasTime()
public abstract boolean hasTime()The time of a reload attempt. This reload may have been triggered automatically or manually and may not have succeeded.
.google.protobuf.Timestamp time = 1;
| Type | Description |
| boolean | Whether the time field is set. |