final class Command extends GeneratedMessage with CommandOrBuilder
A [[Command]] is an operation that is executed by the server that does not directly consume or produce a relational result.
Protobuf type spark.connect.Command
- Alphabetic
- By Inheritance
- Command
- CommandOrBuilder
- GeneratedMessage
- Serializable
- AbstractMessage
- Message
- MessageOrBuilder
- AbstractMessageLite
- MessageLite
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: AnyRef): Boolean
- Definition Classes
- Command → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def findInitializationErrors(): List[String]
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- GeneratedMessage → MessageOrBuilder
- def getCheckpointCommand(): CheckpointCommand
.spark.connect.CheckpointCommand checkpoint_command = 14;
.spark.connect.CheckpointCommand checkpoint_command = 14;
- returns
The checkpointCommand.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getCheckpointCommandOrBuilder(): CheckpointCommandOrBuilder
.spark.connect.CheckpointCommand checkpoint_command = 14;
.spark.connect.CheckpointCommand checkpoint_command = 14;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCommandTypeCase(): CommandTypeCase
- Definition Classes
- Command → CommandOrBuilder
- def getCreateDataframeView(): CreateDataFrameViewCommand
.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;
.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;
- returns
The createDataframeView.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getCreateDataframeViewOrBuilder(): CreateDataFrameViewCommandOrBuilder
.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;
.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getCreateResourceProfileCommand(): CreateResourceProfileCommand
.spark.connect.CreateResourceProfileCommand create_resource_profile_command = 13;
.spark.connect.CreateResourceProfileCommand create_resource_profile_command = 13;
- returns
The createResourceProfileCommand.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getCreateResourceProfileCommandOrBuilder(): CreateResourceProfileCommandOrBuilder
.spark.connect.CreateResourceProfileCommand create_resource_profile_command = 13;
.spark.connect.CreateResourceProfileCommand create_resource_profile_command = 13;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getDefaultInstanceForType(): Command
- Definition Classes
- Command → MessageOrBuilder → MessageLiteOrBuilder
- Annotations
- @Override()
- def getDescriptorForType(): Descriptor
- Definition Classes
- GeneratedMessage → MessageOrBuilder
- def getExecuteExternalCommand(): ExecuteExternalCommand
.spark.connect.ExecuteExternalCommand execute_external_command = 18;
.spark.connect.ExecuteExternalCommand execute_external_command = 18;
- returns
The executeExternalCommand.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getExecuteExternalCommandOrBuilder(): ExecuteExternalCommandOrBuilder
.spark.connect.ExecuteExternalCommand execute_external_command = 18;
.spark.connect.ExecuteExternalCommand execute_external_command = 18;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getExtension(): Any
This field is used to mark extensions to the protocol. When plugins generate arbitrary Commands they can add them here. During the planning the correct resolution is done.
This field is used to mark extensions to the protocol. When plugins generate arbitrary Commands they can add them here. During the planning the correct resolution is done.
.google.protobuf.Any extension = 999;
- returns
The extension.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getExtensionOrBuilder(): AnyOrBuilder
This field is used to mark extensions to the protocol. When plugins generate arbitrary Commands they can add them here. During the planning the correct resolution is done.
This field is used to mark extensions to the protocol. When plugins generate arbitrary Commands they can add them here. During the planning the correct resolution is done.
.google.protobuf.Any extension = 999;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getField(field: FieldDescriptor): AnyRef
- Definition Classes
- GeneratedMessage → MessageOrBuilder
- def getGetResourcesCommand(): GetResourcesCommand
.spark.connect.GetResourcesCommand get_resources_command = 8;
.spark.connect.GetResourcesCommand get_resources_command = 8;
- returns
The getResourcesCommand.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getGetResourcesCommandOrBuilder(): GetResourcesCommandOrBuilder
.spark.connect.GetResourcesCommand get_resources_command = 8;
.spark.connect.GetResourcesCommand get_resources_command = 8;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getInitializationErrorString(): String
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getMergeIntoTableCommand(): MergeIntoTableCommand
.spark.connect.MergeIntoTableCommand merge_into_table_command = 16;
.spark.connect.MergeIntoTableCommand merge_into_table_command = 16;
- returns
The mergeIntoTableCommand.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getMergeIntoTableCommandOrBuilder(): MergeIntoTableCommandOrBuilder
.spark.connect.MergeIntoTableCommand merge_into_table_command = 16;
.spark.connect.MergeIntoTableCommand merge_into_table_command = 16;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getMlCommand(): MlCommand
.spark.connect.MlCommand ml_command = 17;
.spark.connect.MlCommand ml_command = 17;
- returns
The mlCommand.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getMlCommandOrBuilder(): MlCommandOrBuilder
.spark.connect.MlCommand ml_command = 17;
.spark.connect.MlCommand ml_command = 17;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
- Definition Classes
- GeneratedMessage → AbstractMessage → MessageOrBuilder
- def getParserForType(): Parser[Command]
- Definition Classes
- Command → GeneratedMessage → Message → MessageLite
- Annotations
- @Override()
- def getRegisterDataSource(): CommonInlineUserDefinedDataSource
.spark.connect.CommonInlineUserDefinedDataSource register_data_source = 12;
.spark.connect.CommonInlineUserDefinedDataSource register_data_source = 12;
- returns
The registerDataSource.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getRegisterDataSourceOrBuilder(): CommonInlineUserDefinedDataSourceOrBuilder
.spark.connect.CommonInlineUserDefinedDataSource register_data_source = 12;
.spark.connect.CommonInlineUserDefinedDataSource register_data_source = 12;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getRegisterFunction(): CommonInlineUserDefinedFunction
.spark.connect.CommonInlineUserDefinedFunction register_function = 1;
.spark.connect.CommonInlineUserDefinedFunction register_function = 1;
- returns
The registerFunction.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getRegisterFunctionOrBuilder(): CommonInlineUserDefinedFunctionOrBuilder
.spark.connect.CommonInlineUserDefinedFunction register_function = 1;
.spark.connect.CommonInlineUserDefinedFunction register_function = 1;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getRegisterTableFunction(): CommonInlineUserDefinedTableFunction
.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;
.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;
- returns
The registerTableFunction.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getRegisterTableFunctionOrBuilder(): CommonInlineUserDefinedTableFunctionOrBuilder
.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;
.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getRemoveCachedRemoteRelationCommand(): RemoveCachedRemoteRelationCommand
.spark.connect.RemoveCachedRemoteRelationCommand remove_cached_remote_relation_command = 15;
.spark.connect.RemoveCachedRemoteRelationCommand remove_cached_remote_relation_command = 15;
- returns
The removeCachedRemoteRelationCommand.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getRemoveCachedRemoteRelationCommandOrBuilder(): RemoveCachedRemoteRelationCommandOrBuilder
.spark.connect.RemoveCachedRemoteRelationCommand remove_cached_remote_relation_command = 15;
.spark.connect.RemoveCachedRemoteRelationCommand remove_cached_remote_relation_command = 15;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
- Definition Classes
- GeneratedMessage → MessageOrBuilder
- def getRepeatedFieldCount(field: FieldDescriptor): Int
- Definition Classes
- GeneratedMessage → MessageOrBuilder
- def getSerializedSize(): Int
- Definition Classes
- Command → GeneratedMessage → AbstractMessage → MessageLite
- Annotations
- @Override()
- def getSqlCommand(): SqlCommand
.spark.connect.SqlCommand sql_command = 5;
.spark.connect.SqlCommand sql_command = 5;
- returns
The sqlCommand.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getSqlCommandOrBuilder(): SqlCommandOrBuilder
.spark.connect.SqlCommand sql_command = 5;
.spark.connect.SqlCommand sql_command = 5;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getStreamingQueryCommand(): StreamingQueryCommand
.spark.connect.StreamingQueryCommand streaming_query_command = 7;
.spark.connect.StreamingQueryCommand streaming_query_command = 7;
- returns
The streamingQueryCommand.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getStreamingQueryCommandOrBuilder(): StreamingQueryCommandOrBuilder
.spark.connect.StreamingQueryCommand streaming_query_command = 7;
.spark.connect.StreamingQueryCommand streaming_query_command = 7;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getStreamingQueryListenerBusCommand(): StreamingQueryListenerBusCommand
.spark.connect.StreamingQueryListenerBusCommand streaming_query_listener_bus_command = 11;
.spark.connect.StreamingQueryListenerBusCommand streaming_query_listener_bus_command = 11;
- returns
The streamingQueryListenerBusCommand.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getStreamingQueryListenerBusCommandOrBuilder(): StreamingQueryListenerBusCommandOrBuilder
.spark.connect.StreamingQueryListenerBusCommand streaming_query_listener_bus_command = 11;
.spark.connect.StreamingQueryListenerBusCommand streaming_query_listener_bus_command = 11;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getStreamingQueryManagerCommand(): StreamingQueryManagerCommand
.spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;
.spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;
- returns
The streamingQueryManagerCommand.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getStreamingQueryManagerCommandOrBuilder(): StreamingQueryManagerCommandOrBuilder
.spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;
.spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getUnknownFields(): UnknownFieldSet
- Definition Classes
- GeneratedMessage → MessageOrBuilder
- def getWriteOperation(): WriteOperation
.spark.connect.WriteOperation write_operation = 2;
.spark.connect.WriteOperation write_operation = 2;
- returns
The writeOperation.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getWriteOperationOrBuilder(): WriteOperationOrBuilder
.spark.connect.WriteOperation write_operation = 2;
.spark.connect.WriteOperation write_operation = 2;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getWriteOperationV2(): WriteOperationV2
.spark.connect.WriteOperationV2 write_operation_v2 = 4;
.spark.connect.WriteOperationV2 write_operation_v2 = 4;
- returns
The writeOperationV2.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getWriteOperationV2OrBuilder(): WriteOperationV2OrBuilder
.spark.connect.WriteOperationV2 write_operation_v2 = 4;
.spark.connect.WriteOperationV2 write_operation_v2 = 4;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getWriteStreamOperationStart(): WriteStreamOperationStart
.spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;
.spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;
- returns
The writeStreamOperationStart.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def getWriteStreamOperationStartOrBuilder(): WriteStreamOperationStartOrBuilder
.spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;
.spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasCheckpointCommand(): Boolean
.spark.connect.CheckpointCommand checkpoint_command = 14;
.spark.connect.CheckpointCommand checkpoint_command = 14;
- returns
Whether the checkpointCommand field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasCreateDataframeView(): Boolean
.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;
.spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;
- returns
Whether the createDataframeView field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasCreateResourceProfileCommand(): Boolean
.spark.connect.CreateResourceProfileCommand create_resource_profile_command = 13;
.spark.connect.CreateResourceProfileCommand create_resource_profile_command = 13;
- returns
Whether the createResourceProfileCommand field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasExecuteExternalCommand(): Boolean
.spark.connect.ExecuteExternalCommand execute_external_command = 18;
.spark.connect.ExecuteExternalCommand execute_external_command = 18;
- returns
Whether the executeExternalCommand field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasExtension(): Boolean
This field is used to mark extensions to the protocol. When plugins generate arbitrary Commands they can add them here. During the planning the correct resolution is done.
This field is used to mark extensions to the protocol. When plugins generate arbitrary Commands they can add them here. During the planning the correct resolution is done.
.google.protobuf.Any extension = 999;
- returns
Whether the extension field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasField(field: FieldDescriptor): Boolean
- Definition Classes
- GeneratedMessage → MessageOrBuilder
- def hasGetResourcesCommand(): Boolean
.spark.connect.GetResourcesCommand get_resources_command = 8;
.spark.connect.GetResourcesCommand get_resources_command = 8;
- returns
Whether the getResourcesCommand field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasMergeIntoTableCommand(): Boolean
.spark.connect.MergeIntoTableCommand merge_into_table_command = 16;
.spark.connect.MergeIntoTableCommand merge_into_table_command = 16;
- returns
Whether the mergeIntoTableCommand field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasMlCommand(): Boolean
.spark.connect.MlCommand ml_command = 17;
.spark.connect.MlCommand ml_command = 17;
- returns
Whether the mlCommand field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasOneof(oneof: OneofDescriptor): Boolean
- Definition Classes
- GeneratedMessage → AbstractMessage → MessageOrBuilder
- def hasRegisterDataSource(): Boolean
.spark.connect.CommonInlineUserDefinedDataSource register_data_source = 12;
.spark.connect.CommonInlineUserDefinedDataSource register_data_source = 12;
- returns
Whether the registerDataSource field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasRegisterFunction(): Boolean
.spark.connect.CommonInlineUserDefinedFunction register_function = 1;
.spark.connect.CommonInlineUserDefinedFunction register_function = 1;
- returns
Whether the registerFunction field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasRegisterTableFunction(): Boolean
.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;
.spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;
- returns
Whether the registerTableFunction field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasRemoveCachedRemoteRelationCommand(): Boolean
.spark.connect.RemoveCachedRemoteRelationCommand remove_cached_remote_relation_command = 15;
.spark.connect.RemoveCachedRemoteRelationCommand remove_cached_remote_relation_command = 15;
- returns
Whether the removeCachedRemoteRelationCommand field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasSqlCommand(): Boolean
.spark.connect.SqlCommand sql_command = 5;
.spark.connect.SqlCommand sql_command = 5;
- returns
Whether the sqlCommand field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasStreamingQueryCommand(): Boolean
.spark.connect.StreamingQueryCommand streaming_query_command = 7;
.spark.connect.StreamingQueryCommand streaming_query_command = 7;
- returns
Whether the streamingQueryCommand field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasStreamingQueryListenerBusCommand(): Boolean
.spark.connect.StreamingQueryListenerBusCommand streaming_query_listener_bus_command = 11;
.spark.connect.StreamingQueryListenerBusCommand streaming_query_listener_bus_command = 11;
- returns
Whether the streamingQueryListenerBusCommand field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasStreamingQueryManagerCommand(): Boolean
.spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;
.spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;
- returns
Whether the streamingQueryManagerCommand field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasWriteOperation(): Boolean
.spark.connect.WriteOperation write_operation = 2;
.spark.connect.WriteOperation write_operation = 2;
- returns
Whether the writeOperation field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasWriteOperationV2(): Boolean
.spark.connect.WriteOperationV2 write_operation_v2 = 4;
.spark.connect.WriteOperationV2 write_operation_v2 = 4;
- returns
Whether the writeOperationV2 field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hasWriteStreamOperationStart(): Boolean
.spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;
.spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;
- returns
Whether the writeStreamOperationStart field is set.
- Definition Classes
- Command → CommandOrBuilder
- Annotations
- @Override()
- def hashCode(): Int
- Definition Classes
- Command → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def internalGetFieldAccessorTable(): FieldAccessorTable
- def internalGetMapFieldReflection(fieldNumber: Int): MapFieldReflectionAccessor
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessage
- final def isInitialized(): Boolean
- Definition Classes
- Command → GeneratedMessage → AbstractMessage → MessageLiteOrBuilder
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilderForType(parent: BuilderParent): Builder
- def newBuilderForType(): Builder
- Definition Classes
- Command → Message → MessageLite
- Annotations
- @Override()
- def newInstance(unused: UnusedPrivateParameter): AnyRef
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessage
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def parseUnknownField(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessage
- Annotations
- @throws(classOf[java.io.IOException])
- def parseUnknownFieldProto3(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessage
- Annotations
- @throws(classOf[java.io.IOException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBuilder(): Builder
- Definition Classes
- Command → Message → MessageLite
- Annotations
- @Override()
- def toByteArray(): Array[Byte]
- Definition Classes
- AbstractMessageLite → MessageLite
- def toByteString(): ByteString
- Definition Classes
- AbstractMessageLite → MessageLite
- final def toString(): String
- Definition Classes
- AbstractMessage → Message → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
- def writeReplace(): AnyRef
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessage
- Annotations
- @throws(classOf[java.io.ObjectStreamException])
- def writeTo(output: CodedOutputStream): Unit
- Definition Classes
- Command → GeneratedMessage → AbstractMessage → MessageLite
- Annotations
- @Override()
- def writeTo(output: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def internalGetMapField(fieldNumber: Int): MapField[_ <: AnyRef, _ <: AnyRef]
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessage
- Annotations
- @Deprecated
- Deprecated
- def mergeFromAndMakeImmutableInternal(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Unit
- Attributes
- protected[protobuf]
- Definition Classes
- GeneratedMessage
- Annotations
- @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
- Deprecated