public static final class Document.ReloadStatus extends GeneratedMessageV3 implements Document.ReloadStatusOrBuilder
The status of a reload attempt.
Protobuf type google.cloud.dialogflow.v2beta1.Document.ReloadStatus
Static Fields
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Field Value
TIME_FIELD_NUMBER
public static final int TIME_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Document.ReloadStatus getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Document.ReloadStatus.Builder newBuilder()
Returns
newBuilder(Document.ReloadStatus prototype)
public static Document.ReloadStatus.Builder newBuilder(Document.ReloadStatus prototype)
Parameter
Returns
public static Document.ReloadStatus parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Document.ReloadStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Document.ReloadStatus parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Document.ReloadStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Document.ReloadStatus parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Document.ReloadStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Document.ReloadStatus parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Document.ReloadStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Document.ReloadStatus parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Document.ReloadStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Document.ReloadStatus parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Document.ReloadStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Document.ReloadStatus> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public Document.ReloadStatus getDefaultInstanceForType()
Returns
getParserForType()
public Parser<Document.ReloadStatus> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getStatus()
public Status getStatus()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
Returns
Type |
Description |
com.google.rpc.Status |
The status.
|
getStatusOrBuilder()
public StatusOrBuilder getStatusOrBuilder()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
Returns
Type |
Description |
com.google.rpc.StatusOrBuilder |
|
getTime()
public 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
getTimeOrBuilder()
public 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
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasStatus()
public boolean hasStatus()
Output only. The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
Returns
Type |
Description |
boolean |
Whether the status field is set.
|
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
Type |
Description |
boolean |
Whether the time field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Document.ReloadStatus.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Document.ReloadStatus.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Document.ReloadStatus.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions