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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ValuegetState().google.protobuf.Value state = 1;com.google.protobuf.ValueOrBuildergetStateOrBuilder().google.protobuf.Value state = 1;booleanhasState().google.protobuf.Value state = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-