Interface OrchestratorService.QueryInstancesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.QueryInstancesRequest,OrchestratorService.QueryInstancesRequest.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.QueryInstancesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrchestratorService.InstanceQuerygetQuery().InstanceQuery query = 1;OrchestratorService.InstanceQueryOrBuildergetQueryOrBuilder().InstanceQuery query = 1;booleanhasQuery().InstanceQuery query = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasQuery
boolean hasQuery()
.InstanceQuery query = 1;- Returns:
- Whether the query field is set.
-
getQuery
OrchestratorService.InstanceQuery getQuery()
.InstanceQuery query = 1;- Returns:
- The query.
-
getQueryOrBuilder
OrchestratorService.InstanceQueryOrBuilder getQueryOrBuilder()
.InstanceQuery query = 1;
-
-