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