Interface Projectionmanagement.StateRespOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Projectionmanagement.StateResp,Projectionmanagement.StateResp.Builder
- Enclosing class:
- Projectionmanagement
public static interface Projectionmanagement.StateRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasState
boolean hasState().google.protobuf.Value state = 1;- Returns:
- Whether the state field is set.
-
getState
com.google.protobuf.Value getState().google.protobuf.Value state = 1;- Returns:
- The state.
-
getStateOrBuilder
com.google.protobuf.ValueOrBuilder getStateOrBuilder().google.protobuf.Value state = 1;
-