Package dev.cel.expr.conformance.proto3
Interface NestedTestAllTypesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NestedTestAllTypes,NestedTestAllTypes.Builder
public interface NestedTestAllTypesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChild().cel.expr.conformance.proto3.NestedTestAllTypes child = 1;.cel.expr.conformance.proto3.NestedTestAllTypes child = 1;.cel.expr.conformance.proto3.TestAllTypes payload = 2;.cel.expr.conformance.proto3.TestAllTypes payload = 2;booleanhasChild().cel.expr.conformance.proto3.NestedTestAllTypes child = 1;boolean.cel.expr.conformance.proto3.TestAllTypes payload = 2;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
-
hasChild
boolean hasChild().cel.expr.conformance.proto3.NestedTestAllTypes child = 1;- Returns:
- Whether the child field is set.
-
getChild
NestedTestAllTypes getChild().cel.expr.conformance.proto3.NestedTestAllTypes child = 1;- Returns:
- The child.
-
getChildOrBuilder
NestedTestAllTypesOrBuilder getChildOrBuilder().cel.expr.conformance.proto3.NestedTestAllTypes child = 1; -
hasPayload
boolean hasPayload().cel.expr.conformance.proto3.TestAllTypes payload = 2;- Returns:
- Whether the payload field is set.
-
getPayload
TestAllTypes getPayload().cel.expr.conformance.proto3.TestAllTypes payload = 2;- Returns:
- The payload.
-
getPayloadOrBuilder
TestAllTypesOrBuilder getPayloadOrBuilder().cel.expr.conformance.proto3.TestAllTypes payload = 2;
-