Class DocsDestination.Builder (0.2.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.v2beta.DocsDestination

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public DocsDestination build()
Returns
TypeDescription
DocsDestination

buildPartial()

public DocsDestination buildPartial()
Returns
TypeDescription
DocsDestination

clear()

public DocsDestination.Builder clear()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
DocsDestination.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public DocsDestination getDefaultInstanceForType()
Returns
TypeDescription
DocsDestination

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for exportUri.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(DocsDestination other)

public DocsDestination.Builder mergeFrom(DocsDestination other)
Parameter
NameDescription
otherDocsDestination
Returns
TypeDescription
DocsDestination.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DocsDestination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The document to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for document to set.

Returns
TypeDescription
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
NameDescription
valueString

The exportUri to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for exportUri to set.

Returns
TypeDescription
DocsDestination.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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