Interface GetNodeTypesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetNodeTypesRequest, GetNodeTypesRequest.Builder
@Generated
public interface GetNodeTypesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional filter by category ID (references CategoryDefinition.id).com.google.protobuf.ByteStringOptional filter by category ID (references CategoryDefinition.id).booleanWhether to include deprecated node types.booleanOptional filter by category ID (references CategoryDefinition.id).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
-
hasCategory
boolean hasCategory()Optional filter by category ID (references CategoryDefinition.id). Examples: "triggers", "actions", "math". If empty, returns all node types.
optional string category = 1;- Returns:
- Whether the category field is set.
-
getCategory
String getCategory()Optional filter by category ID (references CategoryDefinition.id). Examples: "triggers", "actions", "math". If empty, returns all node types.
optional string category = 1;- Returns:
- The category.
-
getCategoryBytes
com.google.protobuf.ByteString getCategoryBytes()Optional filter by category ID (references CategoryDefinition.id). Examples: "triggers", "actions", "math". If empty, returns all node types.
optional string category = 1;- Returns:
- The bytes for category.
-
getIncludeDeprecated
boolean getIncludeDeprecated()Whether to include deprecated node types. Default is false.
bool include_deprecated = 2;- Returns:
- The includeDeprecated.
-