Interface Document.ReloadStatusOrBuilder (4.43.0)

public static interface Document.ReloadStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStatus()

public abstract Status getStatus()

Output only. The status of a reload attempt or the initial load.

.google.rpc.Status status = 2;

Returns
TypeDescription
com.google.rpc.Status

The status.

getStatusOrBuilder()

public abstract StatusOrBuilder getStatusOrBuilder()

Output only. The status of a reload attempt or the initial load.

.google.rpc.Status status = 2;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getTime()

public abstract 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;

Returns
TypeDescription
Timestamp

The time.

getTimeOrBuilder()

public abstract 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;

Returns
TypeDescription
TimestampOrBuilder

hasStatus()

public abstract boolean hasStatus()

Output only. The status of a reload attempt or the initial load.

.google.rpc.Status status = 2;

Returns
TypeDescription
boolean

Whether the status field is set.

hasTime()

public abstract 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;

Returns
TypeDescription
boolean

Whether the time field is set.