public static interface Document.ReloadStatusOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.rpc.Status |
getStatus()
Output only.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
Output only.
|
Timestamp |
getTime()
Output only.
|
TimestampOrBuilder |
getTimeOrBuilder()
Output only.
|
boolean |
hasStatus()
Output only.
|
boolean |
hasTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean 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;
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;
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 © 2022 Google LLC. All rights reserved.