public static final class Document.ReloadStatus.Builder extends GeneratedMessageV3.Builder<Document.ReloadStatus.Builder> implements Document.ReloadStatusOrBuilder
The status of a reload attempt.
Protobuf type google.cloud.dialogflow.v2.Document.ReloadStatus
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Document.ReloadStatus.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public Document.ReloadStatus build()
buildPartial()
public Document.ReloadStatus buildPartial()
clear()
public Document.ReloadStatus.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public Document.ReloadStatus.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Document.ReloadStatus.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearStatus()
public Document.ReloadStatus.Builder clearStatus()
The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
clearTime()
public Document.ReloadStatus.Builder clearTime()
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;
clone()
public Document.ReloadStatus.Builder clone()
Overrides
getDefaultInstanceForType()
public Document.ReloadStatus getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getStatus()
public Status getStatus()
The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
Returns |
Type |
Description |
com.google.rpc.Status |
The status.
|
getStatusBuilder()
public Status.Builder getStatusBuilder()
The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
Returns |
Type |
Description |
com.google.rpc.Status.Builder |
|
getStatusOrBuilder()
public StatusOrBuilder getStatusOrBuilder()
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()
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;
getTimeBuilder()
public Timestamp.Builder getTimeBuilder()
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;
getTimeOrBuilder()
public 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;
hasStatus()
public boolean hasStatus()
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()
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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Document.ReloadStatus other)
public Document.ReloadStatus.Builder mergeFrom(Document.ReloadStatus other)
public Document.ReloadStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Document.ReloadStatus.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeStatus(Status value)
public Document.ReloadStatus.Builder mergeStatus(Status value)
The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
Parameter |
Name |
Description |
value |
com.google.rpc.Status
|
mergeTime(Timestamp value)
public Document.ReloadStatus.Builder mergeTime(Timestamp value)
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;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Document.ReloadStatus.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Document.ReloadStatus.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Document.ReloadStatus.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setStatus(Status value)
public Document.ReloadStatus.Builder setStatus(Status value)
The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
Parameter |
Name |
Description |
value |
com.google.rpc.Status
|
setStatus(Status.Builder builderForValue)
public Document.ReloadStatus.Builder setStatus(Status.Builder builderForValue)
The status of a reload attempt or the initial load.
.google.rpc.Status status = 2;
Parameter |
Name |
Description |
builderForValue |
com.google.rpc.Status.Builder
|
setTime(Timestamp value)
public Document.ReloadStatus.Builder setTime(Timestamp value)
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;
setTime(Timestamp.Builder builderForValue)
public Document.ReloadStatus.Builder setTime(Timestamp.Builder builderForValue)
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;
Parameter |
Name |
Description |
builderForValue |
Builder
|
setUnknownFields(UnknownFieldSet unknownFields)
public final Document.ReloadStatus.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides