Package com.google.api.expr.v1alpha1
Interface Decl.FunctionDeclOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Decl.FunctionDecl
,Decl.FunctionDecl.Builder
- Enclosing class:
- Decl
public static interface Decl.FunctionDeclOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOverloadsList
List<Decl.FunctionDecl.Overload> getOverloadsList()Required. List of function overloads, must contain at least one overload.
repeated .google.api.expr.v1alpha1.Decl.FunctionDecl.Overload overloads = 1 [json_name = "overloads"];
-
getOverloads
Required. List of function overloads, must contain at least one overload.
repeated .google.api.expr.v1alpha1.Decl.FunctionDecl.Overload overloads = 1 [json_name = "overloads"];
-
getOverloadsCount
int getOverloadsCount()Required. List of function overloads, must contain at least one overload.
repeated .google.api.expr.v1alpha1.Decl.FunctionDecl.Overload overloads = 1 [json_name = "overloads"];
-