Package command_request
Interface CommandRequestOuterClass.CommandRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandRequestOuterClass.CommandRequest,CommandRequestOuterClass.CommandRequest.Builder
- Enclosing class:
- CommandRequestOuterClass
public static interface CommandRequestOuterClass.CommandRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommandRequestOuterClass.BatchgetBatch().command_request.Batch batch = 3;CommandRequestOuterClass.BatchOrBuildergetBatchOrBuilder().command_request.Batch batch = 3;intgetCallbackIdx()uint32 callback_idx = 1;CommandRequestOuterClass.ClusterScangetClusterScan().command_request.ClusterScan cluster_scan = 6;CommandRequestOuterClass.ClusterScanOrBuildergetClusterScanOrBuilder().command_request.ClusterScan cluster_scan = 6;CommandRequestOuterClass.CommandRequest.CommandCasegetCommandCase()CommandRequestOuterClass.RefreshIamTokengetRefreshIamToken().command_request.RefreshIamToken refresh_iam_token = 8;CommandRequestOuterClass.RefreshIamTokenOrBuildergetRefreshIamTokenOrBuilder().command_request.RefreshIamToken refresh_iam_token = 8;longgetRootSpanPtr()optional uint64 root_span_ptr = 10;CommandRequestOuterClass.RoutesgetRoute().command_request.Routes route = 9;CommandRequestOuterClass.RoutesOrBuildergetRouteOrBuilder().command_request.Routes route = 9;CommandRequestOuterClass.ScriptInvocationgetScriptInvocation().command_request.ScriptInvocation script_invocation = 4;CommandRequestOuterClass.ScriptInvocationOrBuildergetScriptInvocationOrBuilder().command_request.ScriptInvocation script_invocation = 4;CommandRequestOuterClass.ScriptInvocationPointersgetScriptInvocationPointers().command_request.ScriptInvocationPointers script_invocation_pointers = 5;CommandRequestOuterClass.ScriptInvocationPointersOrBuildergetScriptInvocationPointersOrBuilder().command_request.ScriptInvocationPointers script_invocation_pointers = 5;CommandRequestOuterClass.CommandgetSingleCommand().command_request.Command single_command = 2;CommandRequestOuterClass.CommandOrBuildergetSingleCommandOrBuilder().command_request.Command single_command = 2;CommandRequestOuterClass.UpdateConnectionPasswordgetUpdateConnectionPassword().command_request.UpdateConnectionPassword update_connection_password = 7;CommandRequestOuterClass.UpdateConnectionPasswordOrBuildergetUpdateConnectionPasswordOrBuilder().command_request.UpdateConnectionPassword update_connection_password = 7;booleanhasBatch().command_request.Batch batch = 3;booleanhasClusterScan().command_request.ClusterScan cluster_scan = 6;booleanhasRefreshIamToken().command_request.RefreshIamToken refresh_iam_token = 8;booleanhasRootSpanPtr()optional uint64 root_span_ptr = 10;booleanhasRoute().command_request.Routes route = 9;booleanhasScriptInvocation().command_request.ScriptInvocation script_invocation = 4;booleanhasScriptInvocationPointers().command_request.ScriptInvocationPointers script_invocation_pointers = 5;booleanhasSingleCommand().command_request.Command single_command = 2;booleanhasUpdateConnectionPassword().command_request.UpdateConnectionPassword update_connection_password = 7;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCallbackIdx
int getCallbackIdx()
uint32 callback_idx = 1;- Returns:
- The callbackIdx.
-
hasSingleCommand
boolean hasSingleCommand()
.command_request.Command single_command = 2;- Returns:
- Whether the singleCommand field is set.
-
getSingleCommand
CommandRequestOuterClass.Command getSingleCommand()
.command_request.Command single_command = 2;- Returns:
- The singleCommand.
-
getSingleCommandOrBuilder
CommandRequestOuterClass.CommandOrBuilder getSingleCommandOrBuilder()
.command_request.Command single_command = 2;
-
hasBatch
boolean hasBatch()
.command_request.Batch batch = 3;- Returns:
- Whether the batch field is set.
-
getBatch
CommandRequestOuterClass.Batch getBatch()
.command_request.Batch batch = 3;- Returns:
- The batch.
-
getBatchOrBuilder
CommandRequestOuterClass.BatchOrBuilder getBatchOrBuilder()
.command_request.Batch batch = 3;
-
hasScriptInvocation
boolean hasScriptInvocation()
.command_request.ScriptInvocation script_invocation = 4;- Returns:
- Whether the scriptInvocation field is set.
-
getScriptInvocation
CommandRequestOuterClass.ScriptInvocation getScriptInvocation()
.command_request.ScriptInvocation script_invocation = 4;- Returns:
- The scriptInvocation.
-
getScriptInvocationOrBuilder
CommandRequestOuterClass.ScriptInvocationOrBuilder getScriptInvocationOrBuilder()
.command_request.ScriptInvocation script_invocation = 4;
-
hasScriptInvocationPointers
boolean hasScriptInvocationPointers()
.command_request.ScriptInvocationPointers script_invocation_pointers = 5;- Returns:
- Whether the scriptInvocationPointers field is set.
-
getScriptInvocationPointers
CommandRequestOuterClass.ScriptInvocationPointers getScriptInvocationPointers()
.command_request.ScriptInvocationPointers script_invocation_pointers = 5;- Returns:
- The scriptInvocationPointers.
-
getScriptInvocationPointersOrBuilder
CommandRequestOuterClass.ScriptInvocationPointersOrBuilder getScriptInvocationPointersOrBuilder()
.command_request.ScriptInvocationPointers script_invocation_pointers = 5;
-
hasClusterScan
boolean hasClusterScan()
.command_request.ClusterScan cluster_scan = 6;- Returns:
- Whether the clusterScan field is set.
-
getClusterScan
CommandRequestOuterClass.ClusterScan getClusterScan()
.command_request.ClusterScan cluster_scan = 6;- Returns:
- The clusterScan.
-
getClusterScanOrBuilder
CommandRequestOuterClass.ClusterScanOrBuilder getClusterScanOrBuilder()
.command_request.ClusterScan cluster_scan = 6;
-
hasUpdateConnectionPassword
boolean hasUpdateConnectionPassword()
.command_request.UpdateConnectionPassword update_connection_password = 7;- Returns:
- Whether the updateConnectionPassword field is set.
-
getUpdateConnectionPassword
CommandRequestOuterClass.UpdateConnectionPassword getUpdateConnectionPassword()
.command_request.UpdateConnectionPassword update_connection_password = 7;- Returns:
- The updateConnectionPassword.
-
getUpdateConnectionPasswordOrBuilder
CommandRequestOuterClass.UpdateConnectionPasswordOrBuilder getUpdateConnectionPasswordOrBuilder()
.command_request.UpdateConnectionPassword update_connection_password = 7;
-
hasRefreshIamToken
boolean hasRefreshIamToken()
.command_request.RefreshIamToken refresh_iam_token = 8;- Returns:
- Whether the refreshIamToken field is set.
-
getRefreshIamToken
CommandRequestOuterClass.RefreshIamToken getRefreshIamToken()
.command_request.RefreshIamToken refresh_iam_token = 8;- Returns:
- The refreshIamToken.
-
getRefreshIamTokenOrBuilder
CommandRequestOuterClass.RefreshIamTokenOrBuilder getRefreshIamTokenOrBuilder()
.command_request.RefreshIamToken refresh_iam_token = 8;
-
hasRoute
boolean hasRoute()
.command_request.Routes route = 9;- Returns:
- Whether the route field is set.
-
getRoute
CommandRequestOuterClass.Routes getRoute()
.command_request.Routes route = 9;- Returns:
- The route.
-
getRouteOrBuilder
CommandRequestOuterClass.RoutesOrBuilder getRouteOrBuilder()
.command_request.Routes route = 9;
-
hasRootSpanPtr
boolean hasRootSpanPtr()
optional uint64 root_span_ptr = 10;- Returns:
- Whether the rootSpanPtr field is set.
-
getRootSpanPtr
long getRootSpanPtr()
optional uint64 root_span_ptr = 10;- Returns:
- The rootSpanPtr.
-
getCommandCase
CommandRequestOuterClass.CommandRequest.CommandCase getCommandCase()
-
-