Class ConferenceRecord.Builder (0.3.0)

public static final class ConferenceRecord.Builder extends GeneratedMessageV3.Builder<ConferenceRecord.Builder> implements ConferenceRecordOrBuilder

Developer Preview. Single instance of a meeting held in a space.

Protobuf type google.apps.meet.v2beta.ConferenceRecord

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ConferenceRecord build()
Returns
TypeDescription
ConferenceRecord

buildPartial()

public ConferenceRecord buildPartial()
Returns
TypeDescription
ConferenceRecord

clear()

public ConferenceRecord.Builder clear()
Returns
TypeDescription
ConferenceRecord.Builder
Overrides

clearEndTime()

public ConferenceRecord.Builder clearEndTime()

Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.

.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ConferenceRecord.Builder

clearExpireTime()

public ConferenceRecord.Builder clearExpireTime()

Output only. Server enforced expire time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.

.google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ConferenceRecord.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearName()

public ConferenceRecord.Builder clearName()

Identifier. Resource name of the conference record. Format: conferenceRecords/{conference_record} where {conference_record} is a unique id for each instance of a call within a space.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
TypeDescription
ConferenceRecord.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearSpace()

public ConferenceRecord.Builder clearSpace()

Output only. The space where the conference was held.

string space = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ConferenceRecord.Builder

This builder for chaining.

clearStartTime()

public ConferenceRecord.Builder clearStartTime()

Output only. Timestamp when the conference started, always set.

.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ConferenceRecord.Builder

clone()

public ConferenceRecord.Builder clone()
Returns
TypeDescription
ConferenceRecord.Builder
Overrides

getDefaultInstanceForType()

public ConferenceRecord getDefaultInstanceForType()
Returns
TypeDescription
ConferenceRecord

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEndTime()

public Timestamp getEndTime()

Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.

.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The endTime.

getEndTimeBuilder()

public Timestamp.Builder getEndTimeBuilder()

Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.

.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getEndTimeOrBuilder()

public TimestampOrBuilder getEndTimeOrBuilder()

Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.

.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getExpireTime()

public Timestamp getExpireTime()

Output only. Server enforced expire time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.

.google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The expireTime.

getExpireTimeBuilder()

public Timestamp.Builder getExpireTimeBuilder()

Output only. Server enforced expire time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.

.google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getExpireTimeOrBuilder()

public TimestampOrBuilder getExpireTimeOrBuilder()

Output only. Server enforced expire time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.

.google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getName()

public String getName()

Identifier. Resource name of the conference record. Format: conferenceRecords/{conference_record} where {conference_record} is a unique id for each instance of a call within a space.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Identifier. Resource name of the conference record. Format: conferenceRecords/{conference_record} where {conference_record} is a unique id for each instance of a call within a space.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
TypeDescription
ByteString

The bytes for name.

getSpace()

public String getSpace()

Output only. The space where the conference was held.

string space = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The space.

getSpaceBytes()

public ByteString getSpaceBytes()

Output only. The space where the conference was held.

string space = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for space.

getStartTime()

public Timestamp getStartTime()

Output only. Timestamp when the conference started, always set.

.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeBuilder()

public Timestamp.Builder getStartTimeBuilder()

Output only. Timestamp when the conference started, always set.

.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getStartTimeOrBuilder()

public TimestampOrBuilder getStartTimeOrBuilder()

Output only. Timestamp when the conference started, always set.

.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasEndTime()

public boolean hasEndTime()

Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.

.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the endTime field is set.

hasExpireTime()

public boolean hasExpireTime()

Output only. Server enforced expire time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.

.google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the expireTime field is set.

hasStartTime()

public boolean hasStartTime()

Output only. Timestamp when the conference started, always set.

.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the startTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeEndTime(Timestamp value)

public ConferenceRecord.Builder mergeEndTime(Timestamp value)

Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.

.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
ConferenceRecord.Builder

mergeExpireTime(Timestamp value)

public ConferenceRecord.Builder mergeExpireTime(Timestamp value)

Output only. Server enforced expire time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.

.google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
ConferenceRecord.Builder

mergeFrom(ConferenceRecord other)

public ConferenceRecord.Builder mergeFrom(ConferenceRecord other)
Parameter
NameDescription
otherConferenceRecord
Returns
TypeDescription
ConferenceRecord.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeStartTime(Timestamp value)

public ConferenceRecord.Builder mergeStartTime(Timestamp value)

Output only. Timestamp when the conference started, always set.

.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
ConferenceRecord.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setEndTime(Timestamp value)

public ConferenceRecord.Builder setEndTime(Timestamp value)

Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.

.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
ConferenceRecord.Builder

setEndTime(Timestamp.Builder builderForValue)

public ConferenceRecord.Builder setEndTime(Timestamp.Builder builderForValue)

Output only. Timestamp when the conference ended. Set for past conferences. Unset if the conference is ongoing.

.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
ConferenceRecord.Builder

setExpireTime(Timestamp value)

public ConferenceRecord.Builder setExpireTime(Timestamp value)

Output only. Server enforced expire time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.

.google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
ConferenceRecord.Builder

setExpireTime(Timestamp.Builder builderForValue)

public ConferenceRecord.Builder setExpireTime(Timestamp.Builder builderForValue)

Output only. Server enforced expire time for when this conference record resource is deleted. The resource is deleted 30 days after the conference ends.

.google.protobuf.Timestamp expire_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
ConferenceRecord.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public ConferenceRecord.Builder setName(String value)

Identifier. Resource name of the conference record. Format: conferenceRecords/{conference_record} where {conference_record} is a unique id for each instance of a call within a space.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
ConferenceRecord.Builder

This builder for chaining.

setNameBytes(ByteString value)

public ConferenceRecord.Builder setNameBytes(ByteString value)

Identifier. Resource name of the conference record. Format: conferenceRecords/{conference_record} where {conference_record} is a unique id for each instance of a call within a space.

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
ConferenceRecord.Builder

This builder for chaining.

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

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

setSpace(String value)

public ConferenceRecord.Builder setSpace(String value)

Output only. The space where the conference was held.

string space = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The space to set.

Returns
TypeDescription
ConferenceRecord.Builder

This builder for chaining.

setSpaceBytes(ByteString value)

public ConferenceRecord.Builder setSpaceBytes(ByteString value)

Output only. The space where the conference was held.

string space = 5 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for space to set.

Returns
TypeDescription
ConferenceRecord.Builder

This builder for chaining.

setStartTime(Timestamp value)

public ConferenceRecord.Builder setStartTime(Timestamp value)

Output only. Timestamp when the conference started, always set.

.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
ConferenceRecord.Builder

setStartTime(Timestamp.Builder builderForValue)

public ConferenceRecord.Builder setStartTime(Timestamp.Builder builderForValue)

Output only. Timestamp when the conference started, always set.

.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
ConferenceRecord.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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