Interface AnyOptionalProto.AnyOptOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnyOptionalProto.AnyOpt
,AnyOptionalProto.AnyOpt.Builder
- Enclosing class:
- AnyOptionalProto
public static interface AnyOptionalProto.AnyOptOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasIsNull
boolean hasIsNull()bool is_null = 1;
- Returns:
- Whether the isNull field is set.
-
getIsNull
boolean getIsNull()bool is_null = 1;
- Returns:
- The isNull.
-
hasArg
boolean hasArg().google.protobuf.Any arg = 2;
- Returns:
- Whether the arg field is set.
-
getArg
com.google.protobuf.Any getArg().google.protobuf.Any arg = 2;
- Returns:
- The arg.
-
getArgOrBuilder
com.google.protobuf.AnyOrBuilder getArgOrBuilder().google.protobuf.Any arg = 2;
-
getArgsCase
AnyOptionalProto.AnyOpt.ArgsCase getArgsCase()
-