Package sass.embedded_protocol
Interface EmbeddedSass.Value.CompilerFunctionOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
EmbeddedSass.Value.CompilerFunction
,EmbeddedSass.Value.CompilerFunction.Builder
- Enclosing class:
- EmbeddedSass.Value
public static interface EmbeddedSass.Value.CompilerFunctionOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getId()
A unique ID for this function.-
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 Detail
-
getId
int getId()
A unique ID for this function. This ID can be used in `InboundRequest.FunctionCallRequest` to invoke this function. The compiler is responsible for generating this ID and ensuring it's unique across all functions passed to the host for this compilation. Mandatory.
uint32 id = 1;
- Returns:
- The id.
-
-