Packages

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

Linear Supertypes
CommandOrBuilder, GeneratedMessage, Serializable, AbstractMessage, Message, MessageOrBuilder, AbstractMessageLite[MessageType, BuilderType], MessageLite, MessageLiteOrBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Command
  2. CommandOrBuilder
  3. GeneratedMessage
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(obj: AnyRef): Boolean
    Definition Classes
    Command → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  8. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  9. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  10. def getCheckpointCommand(): CheckpointCommand

    .spark.connect.CheckpointCommand checkpoint_command = 14;

    .spark.connect.CheckpointCommand checkpoint_command = 14;

    returns

    The checkpointCommand.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  11. def getCheckpointCommandOrBuilder(): CheckpointCommandOrBuilder

    .spark.connect.CheckpointCommand checkpoint_command = 14;

    .spark.connect.CheckpointCommand checkpoint_command = 14;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def getCommandTypeCase(): CommandTypeCase
    Definition Classes
    CommandCommandOrBuilder
  14. def getCreateDataframeView(): CreateDataFrameViewCommand

    .spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;

    .spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;

    returns

    The createDataframeView.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  15. def getCreateDataframeViewOrBuilder(): CreateDataFrameViewCommandOrBuilder

    .spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;

    .spark.connect.CreateDataFrameViewCommand create_dataframe_view = 3;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  16. def getCreateResourceProfileCommand(): CreateResourceProfileCommand

    .spark.connect.CreateResourceProfileCommand create_resource_profile_command = 13;

    .spark.connect.CreateResourceProfileCommand create_resource_profile_command = 13;

    returns

    The createResourceProfileCommand.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  17. def getCreateResourceProfileCommandOrBuilder(): CreateResourceProfileCommandOrBuilder

    .spark.connect.CreateResourceProfileCommand create_resource_profile_command = 13;

    .spark.connect.CreateResourceProfileCommand create_resource_profile_command = 13;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  18. def getDefaultInstanceForType(): Command
    Definition Classes
    Command → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  19. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  20. def getExecuteExternalCommand(): ExecuteExternalCommand

    .spark.connect.ExecuteExternalCommand execute_external_command = 18;

    .spark.connect.ExecuteExternalCommand execute_external_command = 18;

    returns

    The executeExternalCommand.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  21. def getExecuteExternalCommandOrBuilder(): ExecuteExternalCommandOrBuilder

    .spark.connect.ExecuteExternalCommand execute_external_command = 18;

    .spark.connect.ExecuteExternalCommand execute_external_command = 18;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  22. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  23. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  24. def getField(field: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  25. def getGetResourcesCommand(): GetResourcesCommand

    .spark.connect.GetResourcesCommand get_resources_command = 8;

    .spark.connect.GetResourcesCommand get_resources_command = 8;

    returns

    The getResourcesCommand.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  26. def getGetResourcesCommandOrBuilder(): GetResourcesCommandOrBuilder

    .spark.connect.GetResourcesCommand get_resources_command = 8;

    .spark.connect.GetResourcesCommand get_resources_command = 8;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  27. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  28. def getMergeIntoTableCommand(): MergeIntoTableCommand

    .spark.connect.MergeIntoTableCommand merge_into_table_command = 16;

    .spark.connect.MergeIntoTableCommand merge_into_table_command = 16;

    returns

    The mergeIntoTableCommand.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  29. def getMergeIntoTableCommandOrBuilder(): MergeIntoTableCommandOrBuilder

    .spark.connect.MergeIntoTableCommand merge_into_table_command = 16;

    .spark.connect.MergeIntoTableCommand merge_into_table_command = 16;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  30. def getMlCommand(): MlCommand

    .spark.connect.MlCommand ml_command = 17;

    .spark.connect.MlCommand ml_command = 17;

    returns

    The mlCommand.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  31. def getMlCommandOrBuilder(): MlCommandOrBuilder

    .spark.connect.MlCommand ml_command = 17;

    .spark.connect.MlCommand ml_command = 17;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  32. def getOneofFieldDescriptor(oneof: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessage → AbstractMessage → MessageOrBuilder
  33. def getParserForType(): Parser[Command]
    Definition Classes
    Command → GeneratedMessage → Message → MessageLite
    Annotations
    @Override()
  34. def getRegisterDataSource(): CommonInlineUserDefinedDataSource

    .spark.connect.CommonInlineUserDefinedDataSource register_data_source = 12;

    .spark.connect.CommonInlineUserDefinedDataSource register_data_source = 12;

    returns

    The registerDataSource.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  35. def getRegisterDataSourceOrBuilder(): CommonInlineUserDefinedDataSourceOrBuilder

    .spark.connect.CommonInlineUserDefinedDataSource register_data_source = 12;

    .spark.connect.CommonInlineUserDefinedDataSource register_data_source = 12;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  36. def getRegisterFunction(): CommonInlineUserDefinedFunction

    .spark.connect.CommonInlineUserDefinedFunction register_function = 1;

    .spark.connect.CommonInlineUserDefinedFunction register_function = 1;

    returns

    The registerFunction.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  37. def getRegisterFunctionOrBuilder(): CommonInlineUserDefinedFunctionOrBuilder

    .spark.connect.CommonInlineUserDefinedFunction register_function = 1;

    .spark.connect.CommonInlineUserDefinedFunction register_function = 1;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  38. def getRegisterTableFunction(): CommonInlineUserDefinedTableFunction

    .spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;

    .spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;

    returns

    The registerTableFunction.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  39. def getRegisterTableFunctionOrBuilder(): CommonInlineUserDefinedTableFunctionOrBuilder

    .spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;

    .spark.connect.CommonInlineUserDefinedTableFunction register_table_function = 10;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  40. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  41. def getRemoveCachedRemoteRelationCommandOrBuilder(): RemoveCachedRemoteRelationCommandOrBuilder

    .spark.connect.RemoveCachedRemoteRelationCommand remove_cached_remote_relation_command = 15;

    .spark.connect.RemoveCachedRemoteRelationCommand remove_cached_remote_relation_command = 15;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  42. def getRepeatedField(field: FieldDescriptor, index: Int): AnyRef
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  43. def getRepeatedFieldCount(field: FieldDescriptor): Int
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  44. def getSerializedSize(): Int
    Definition Classes
    Command → GeneratedMessage → AbstractMessage → MessageLite
    Annotations
    @Override()
  45. def getSqlCommand(): SqlCommand

    .spark.connect.SqlCommand sql_command = 5;

    .spark.connect.SqlCommand sql_command = 5;

    returns

    The sqlCommand.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  46. def getSqlCommandOrBuilder(): SqlCommandOrBuilder

    .spark.connect.SqlCommand sql_command = 5;

    .spark.connect.SqlCommand sql_command = 5;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  47. def getStreamingQueryCommand(): StreamingQueryCommand

    .spark.connect.StreamingQueryCommand streaming_query_command = 7;

    .spark.connect.StreamingQueryCommand streaming_query_command = 7;

    returns

    The streamingQueryCommand.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  48. def getStreamingQueryCommandOrBuilder(): StreamingQueryCommandOrBuilder

    .spark.connect.StreamingQueryCommand streaming_query_command = 7;

    .spark.connect.StreamingQueryCommand streaming_query_command = 7;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  49. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  50. def getStreamingQueryListenerBusCommandOrBuilder(): StreamingQueryListenerBusCommandOrBuilder

    .spark.connect.StreamingQueryListenerBusCommand streaming_query_listener_bus_command = 11;

    .spark.connect.StreamingQueryListenerBusCommand streaming_query_listener_bus_command = 11;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  51. def getStreamingQueryManagerCommand(): StreamingQueryManagerCommand

    .spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;

    .spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;

    returns

    The streamingQueryManagerCommand.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  52. def getStreamingQueryManagerCommandOrBuilder(): StreamingQueryManagerCommandOrBuilder

    .spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;

    .spark.connect.StreamingQueryManagerCommand streaming_query_manager_command = 9;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  53. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  54. def getWriteOperation(): WriteOperation

    .spark.connect.WriteOperation write_operation = 2;

    .spark.connect.WriteOperation write_operation = 2;

    returns

    The writeOperation.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  55. def getWriteOperationOrBuilder(): WriteOperationOrBuilder

    .spark.connect.WriteOperation write_operation = 2;

    .spark.connect.WriteOperation write_operation = 2;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  56. def getWriteOperationV2(): WriteOperationV2

    .spark.connect.WriteOperationV2 write_operation_v2 = 4;

    .spark.connect.WriteOperationV2 write_operation_v2 = 4;

    returns

    The writeOperationV2.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  57. def getWriteOperationV2OrBuilder(): WriteOperationV2OrBuilder

    .spark.connect.WriteOperationV2 write_operation_v2 = 4;

    .spark.connect.WriteOperationV2 write_operation_v2 = 4;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  58. def getWriteStreamOperationStart(): WriteStreamOperationStart

    .spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;

    .spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;

    returns

    The writeStreamOperationStart.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  59. def getWriteStreamOperationStartOrBuilder(): WriteStreamOperationStartOrBuilder

    .spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;

    .spark.connect.WriteStreamOperationStart write_stream_operation_start = 6;

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  60. def hasCheckpointCommand(): Boolean

    .spark.connect.CheckpointCommand checkpoint_command = 14;

    .spark.connect.CheckpointCommand checkpoint_command = 14;

    returns

    Whether the checkpointCommand field is set.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  61. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  62. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  63. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  64. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  65. def hasField(field: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessage → MessageOrBuilder
  66. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  67. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  68. def hasMlCommand(): Boolean

    .spark.connect.MlCommand ml_command = 17;

    .spark.connect.MlCommand ml_command = 17;

    returns

    Whether the mlCommand field is set.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  69. def hasOneof(oneof: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessage → AbstractMessage → MessageOrBuilder
  70. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  71. def hasRegisterFunction(): Boolean

    .spark.connect.CommonInlineUserDefinedFunction register_function = 1;

    .spark.connect.CommonInlineUserDefinedFunction register_function = 1;

    returns

    Whether the registerFunction field is set.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  72. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  73. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  74. def hasSqlCommand(): Boolean

    .spark.connect.SqlCommand sql_command = 5;

    .spark.connect.SqlCommand sql_command = 5;

    returns

    Whether the sqlCommand field is set.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  75. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  76. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  77. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  78. def hasWriteOperation(): Boolean

    .spark.connect.WriteOperation write_operation = 2;

    .spark.connect.WriteOperation write_operation = 2;

    returns

    Whether the writeOperation field is set.

    Definition Classes
    CommandCommandOrBuilder
    Annotations
    @Override()
  79. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  80. 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
    CommandCommandOrBuilder
    Annotations
    @Override()
  81. def hashCode(): Int
    Definition Classes
    Command → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  82. def internalGetFieldAccessorTable(): FieldAccessorTable
    Attributes
    protected[proto]
    Definition Classes
    Command → GeneratedMessage
    Annotations
    @Override()
  83. def internalGetMapFieldReflection(fieldNumber: Int): MapFieldReflectionAccessor
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
  84. final def isInitialized(): Boolean
    Definition Classes
    Command → GeneratedMessage → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  85. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  86. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  87. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[proto]
    Definition Classes
    Command → AbstractMessage
    Annotations
    @Override()
  88. def newBuilderForType(): Builder
    Definition Classes
    Command → Message → MessageLite
    Annotations
    @Override()
  89. def newInstance(unused: UnusedPrivateParameter): AnyRef
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
  90. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  91. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  92. def parseUnknownField(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
    Annotations
    @throws(classOf[java.io.IOException])
  93. def parseUnknownFieldProto3(input: CodedInputStream, unknownFields: Builder, extensionRegistry: ExtensionRegistryLite, tag: Int): Boolean
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
    Annotations
    @throws(classOf[java.io.IOException])
  94. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  95. def toBuilder(): Builder
    Definition Classes
    Command → Message → MessageLite
    Annotations
    @Override()
  96. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  97. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  98. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  99. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  100. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  101. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  102. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  103. def writeReplace(): AnyRef
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
    Annotations
    @throws(classOf[java.io.ObjectStreamException])
  104. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    Command → GeneratedMessage → AbstractMessage → MessageLite
    Annotations
    @Override()
  105. def writeTo(output: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def internalGetMapField(fieldNumber: Int): MapField[_ <: AnyRef, _ <: AnyRef]
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
    Annotations
    @Deprecated
    Deprecated
  3. def mergeFromAndMakeImmutableInternal(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Unit
    Attributes
    protected[protobuf]
    Definition Classes
    GeneratedMessage
    Annotations
    @throws(classOf[com.google.protobuf.InvalidProtocolBufferException]) @Deprecated
    Deprecated

Inherited from CommandOrBuilder

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from AbstractMessage

Inherited from Message

Inherited from MessageOrBuilder

Inherited from AbstractMessageLite[MessageType, BuilderType]

Inherited from MessageLite

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped