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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DocsDestination.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public DocsDestination build()
buildPartial()
public DocsDestination buildPartial()
clear()
public DocsDestination.Builder clear()
Overrides
clearDocument()
public DocsDestination.Builder clearDocument()
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];
clearField(Descriptors.FieldDescriptor field)
public DocsDestination.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public DocsDestination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public DocsDestination.Builder clone()
Overrides
getDefaultInstanceForType()
public DocsDestination getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDocument()
public String getDocument()
Returns |
Type |
Description |
String |
The document.
|
getDocumentBytes()
public ByteString getDocumentBytes()
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(DocsDestination other)
public DocsDestination.Builder mergeFrom(DocsDestination other)
public DocsDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public DocsDestination.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DocsDestination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setDocument(String value)
public DocsDestination.Builder setDocument(String value)
Parameter |
Name |
Description |
value |
String
The document to set.
|
setDocumentBytes(ByteString value)
public DocsDestination.Builder setDocumentBytes(ByteString value)
Parameter |
Name |
Description |
value |
ByteString
The bytes for document to set.
|
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.
|
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.
|
setField(Descriptors.FieldDescriptor field, Object value)
public DocsDestination.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DocsDestination.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final DocsDestination.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides