public static interface Document.ReloadStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Status |
getStatus()
Output only.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getTimeOrBuilder()
Output only.
|
boolean |
hasStatus()
Output only.
|
boolean |
hasTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTime()
Output only. 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;com.google.protobuf.Timestamp getTime()
Output only. 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;com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
Output only. 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;boolean hasStatus()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;com.google.rpc.Status getStatus()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;Copyright © 2023 Google LLC. All rights reserved.