Class DocsDestination.Builder (0.11.0)

public static final class DocsDestination.Builder extends GeneratedMessageV3.Builder<DocsDestination.Builder> implements DocsDestinationOrBuilder

Google Docs location where the transcript file is saved.

Protobuf type google.apps.meet.v2.DocsDestination

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public DocsDestination build()
Returns
Type Description
DocsDestination

buildPartial()

public DocsDestination buildPartial()
Returns
Type Description
DocsDestination

clear()

public DocsDestination.Builder clear()
Returns
Type Description
DocsDestination.Builder
Overrides

clearDocument()

public DocsDestination.Builder clearDocument()

Output only. The document ID for the underlying Google Docs transcript file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use the documents.get method of the Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get) to fetch the content.

string document = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DocsDestination.Builder

This builder for chaining.

clearExportUri()

public DocsDestination.Builder clearExportUri()

Output only. URI for the Google Docs transcript file. Use https://docs.google.com/document/d/{$DocumentId}/view to browse the transcript in the browser.

string export_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DocsDestination.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public DocsDestination.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
DocsDestination.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public DocsDestination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
DocsDestination.Builder
Overrides

clone()

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

getDefaultInstanceForType()

public DocsDestination getDefaultInstanceForType()
Returns
Type Description
DocsDestination

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDocument()

public String getDocument()

Output only. The document ID for the underlying Google Docs transcript file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use the documents.get method of the Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get) to fetch the content.

string document = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The document.

getDocumentBytes()

public ByteString getDocumentBytes()

Output only. The document ID for the underlying Google Docs transcript file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use the documents.get method of the Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get) to fetch the content.

string document = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for document.

getExportUri()

public String getExportUri()

Output only. URI for the Google Docs transcript file. Use https://docs.google.com/document/d/{$DocumentId}/view to browse the transcript in the browser.

string export_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The exportUri.

getExportUriBytes()

public ByteString getExportUriBytes()

Output only. URI for the Google Docs transcript file. Use https://docs.google.com/document/d/{$DocumentId}/view to browse the transcript in the browser.

string export_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for exportUri.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DocsDestination other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public DocsDestination.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DocsDestination.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DocsDestination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
DocsDestination.Builder
Overrides

setDocument(String value)

public DocsDestination.Builder setDocument(String value)

Output only. The document ID for the underlying Google Docs transcript file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use the documents.get method of the Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get) to fetch the content.

string document = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The document to set.

Returns
Type Description
DocsDestination.Builder

This builder for chaining.

setDocumentBytes(ByteString value)

public DocsDestination.Builder setDocumentBytes(ByteString value)

Output only. The document ID for the underlying Google Docs transcript file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use the documents.get method of the Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get) to fetch the content.

string document = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for document to set.

Returns
Type Description
DocsDestination.Builder

This builder for chaining.

setExportUri(String value)

public DocsDestination.Builder setExportUri(String value)

Output only. URI for the Google Docs transcript file. Use https://docs.google.com/document/d/{$DocumentId}/view to browse the transcript in the browser.

string export_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The exportUri to set.

Returns
Type Description
DocsDestination.Builder

This builder for chaining.

setExportUriBytes(ByteString value)

public DocsDestination.Builder setExportUriBytes(ByteString value)

Output only. URI for the Google Docs transcript file. Use https://docs.google.com/document/d/{$DocumentId}/view to browse the transcript in the browser.

string export_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for exportUri to set.

Returns
Type Description
DocsDestination.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

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

public DocsDestination.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
DocsDestination.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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