Interface FilterActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FilterAction, FilterAction.Builder
@Generated
public interface FilterActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Any.google.protobuf.Any action = 1;com.google.protobuf.AnyOrBuilder.google.protobuf.Any action = 1;boolean.google.protobuf.Any action = 1;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
-
hasAction
boolean hasAction().google.protobuf.Any action = 1;- Returns:
- Whether the action field is set.
-
getAction
com.google.protobuf.Any getAction().google.protobuf.Any action = 1;- Returns:
- The action.
-
getActionOrBuilder
com.google.protobuf.AnyOrBuilder getActionOrBuilder().google.protobuf.Any action = 1;
-