Class ConferenceRecord.Builder (0.11.0)

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

Single instance of a meeting held in a space.

Protobuf type google.apps.meet.v2.ConferenceRecord

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ConferenceRecord.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ConferenceRecord.Builder
Overrides

build()

public ConferenceRecord build()
Returns
Type Description
ConferenceRecord

buildPartial()

public ConferenceRecord buildPartial()
Returns
Type Description
ConferenceRecord

clear()

public ConferenceRecord.Builder clear()
Returns
Type Description
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
Type Description
ConferenceRecord.Builder

clearExpireTime()

public ConferenceRecord.Builder clearExpireTime()

Output only. Server enforced expiration 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
Type Description
ConferenceRecord.Builder

clearField(Descriptors.FieldDescriptor field)

public ConferenceRecord.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
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
Type Description
ConferenceRecord.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ConferenceRecord.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
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
Type Description
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
Type Description
ConferenceRecord.Builder

clone()

public ConferenceRecord.Builder clone()
Returns
Type Description
ConferenceRecord.Builder
Overrides

getDefaultInstanceForType()

public ConferenceRecord getDefaultInstanceForType()
Returns
Type Description
ConferenceRecord

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
TimestampOrBuilder

getExpireTime()

public Timestamp getExpireTime()

Output only. Server enforced expiration 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
Type Description
Timestamp

The expireTime.

getExpireTimeBuilder()

public Timestamp.Builder getExpireTimeBuilder()

Output only. Server enforced expiration 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
Type Description
Builder

getExpireTimeOrBuilder()

public TimestampOrBuilder getExpireTimeOrBuilder()

Output only. Server enforced expiration 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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the endTime field is set.

hasExpireTime()

public boolean hasExpireTime()

Output only. Server enforced expiration 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
Type Description
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
Type Description
boolean

Whether the startTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
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
Name Description
value Timestamp
Returns
Type Description
ConferenceRecord.Builder

mergeExpireTime(Timestamp value)

public ConferenceRecord.Builder mergeExpireTime(Timestamp value)

Output only. Server enforced expiration 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
Name Description
value Timestamp
Returns
Type Description
ConferenceRecord.Builder

mergeFrom(ConferenceRecord other)

public ConferenceRecord.Builder mergeFrom(ConferenceRecord other)
Parameter
Name Description
other ConferenceRecord
Returns
Type Description
ConferenceRecord.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ConferenceRecord.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ConferenceRecord.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ConferenceRecord.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
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
Name Description
value Timestamp
Returns
Type Description
ConferenceRecord.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ConferenceRecord.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
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
Name Description
value Timestamp
Returns
Type Description
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
Name Description
builderForValue Builder
Returns
Type Description
ConferenceRecord.Builder

setExpireTime(Timestamp value)

public ConferenceRecord.Builder setExpireTime(Timestamp value)

Output only. Server enforced expiration 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
Name Description
value Timestamp
Returns
Type Description
ConferenceRecord.Builder

setExpireTime(Timestamp.Builder builderForValue)

public ConferenceRecord.Builder setExpireTime(Timestamp.Builder builderForValue)

Output only. Server enforced expiration 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
Name Description
builderForValue Builder
Returns
Type Description
ConferenceRecord.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ConferenceRecord.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
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
Name Description
value String

The name to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
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
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
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
Name Description
value String

The space to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for space to set.

Returns
Type Description
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
Name Description
value Timestamp
Returns
Type Description
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
Name Description
builderForValue Builder
Returns
Type Description
ConferenceRecord.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final ConferenceRecord.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ConferenceRecord.Builder
Overrides