Class Document.ReloadStatus.Builder (4.43.0)

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.v2beta1.Document.ReloadStatus

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Document.ReloadStatus.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Document.ReloadStatus.Builder
Overrides

build()

public Document.ReloadStatus build()
Returns
TypeDescription
Document.ReloadStatus

buildPartial()

public Document.ReloadStatus buildPartial()
Returns
TypeDescription
Document.ReloadStatus

clear()

public Document.ReloadStatus.Builder clear()
Returns
TypeDescription
Document.ReloadStatus.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Document.ReloadStatus.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Document.ReloadStatus.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public Document.ReloadStatus.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Document.ReloadStatus.Builder
Overrides

clearStatus()

public Document.ReloadStatus.Builder clearStatus()

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

.google.rpc.Status status = 2;

Returns
TypeDescription
Document.ReloadStatus.Builder

clearTime()

public Document.ReloadStatus.Builder clearTime()

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
Document.ReloadStatus.Builder

clone()

public Document.ReloadStatus.Builder clone()
Returns
TypeDescription
Document.ReloadStatus.Builder
Overrides

getDefaultInstanceForType()

public Document.ReloadStatus getDefaultInstanceForType()
Returns
TypeDescription
Document.ReloadStatus

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getStatus()

public 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.

getStatusBuilder()

public Status.Builder getStatusBuilder()

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

.google.rpc.Status status = 2;

Returns
TypeDescription
com.google.rpc.Status.Builder

getStatusOrBuilder()

public 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 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.

getTimeBuilder()

public Timestamp.Builder getTimeBuilder()

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
Builder

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
TypeDescription
TimestampOrBuilder

hasStatus()

public 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Document.ReloadStatus other)

public Document.ReloadStatus.Builder mergeFrom(Document.ReloadStatus other)
Parameter
NameDescription
otherDocument.ReloadStatus
Returns
TypeDescription
Document.ReloadStatus.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Document.ReloadStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Document.ReloadStatus.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Document.ReloadStatus.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Document.ReloadStatus.Builder
Overrides

mergeStatus(Status value)

public Document.ReloadStatus.Builder mergeStatus(Status value)

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

.google.rpc.Status status = 2;

Parameter
NameDescription
valuecom.google.rpc.Status
Returns
TypeDescription
Document.ReloadStatus.Builder

mergeTime(Timestamp value)

public Document.ReloadStatus.Builder mergeTime(Timestamp value)

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;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Document.ReloadStatus.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Document.ReloadStatus.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Document.ReloadStatus.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public Document.ReloadStatus.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Document.ReloadStatus.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Document.ReloadStatus.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Document.ReloadStatus.Builder
Overrides

setStatus(Status value)

public Document.ReloadStatus.Builder setStatus(Status value)

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

.google.rpc.Status status = 2;

Parameter
NameDescription
valuecom.google.rpc.Status
Returns
TypeDescription
Document.ReloadStatus.Builder

setStatus(Status.Builder builderForValue)

public Document.ReloadStatus.Builder setStatus(Status.Builder builderForValue)

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

.google.rpc.Status status = 2;

Parameter
NameDescription
builderForValuecom.google.rpc.Status.Builder
Returns
TypeDescription
Document.ReloadStatus.Builder

setTime(Timestamp value)

public Document.ReloadStatus.Builder setTime(Timestamp value)

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;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Document.ReloadStatus.Builder

setTime(Timestamp.Builder builderForValue)

public Document.ReloadStatus.Builder setTime(Timestamp.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Document.ReloadStatus.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final Document.ReloadStatus.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Document.ReloadStatus.Builder
Overrides