Package com.google.api.expr.v1alpha1
Class Decl.FunctionDecl.Overload
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
-
- All Implemented Interfaces:
Decl.FunctionDecl.OverloadOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.io.Serializable
- Enclosing class:
- Decl.FunctionDecl
public static final class Decl.FunctionDecl.Overload extends com.google.protobuf.GeneratedMessageV3 implements Decl.FunctionDecl.OverloadOrBuilder
An overload indicates a function's parameter types and return type, and may optionally include a function body described in terms of [Expr][google.api.expr.v1alpha1.Expr] values. Functions overloads are declared in either a function or method call-style. For methods, the `params[0]` is the expected type of the target receiver. Overloads must have non-overlapping argument types after erasure of all parameterized type variables (similar as type erasure in Java).
Protobuf typegoogle.api.expr.v1alpha1.Decl.FunctionDecl.Overload
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Decl.FunctionDecl.Overload.Builder
An overload indicates a function's parameter types and return type, and may optionally include a function body described in terms of [Expr][google.api.expr.v1alpha1.Expr] values.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
DOC_FIELD_NUMBER
static int
IS_INSTANCE_FUNCTION_FIELD_NUMBER
static int
OVERLOAD_ID_FIELD_NUMBER
static int
PARAMS_FIELD_NUMBER
static int
RESULT_TYPE_FIELD_NUMBER
static int
TYPE_PARAMS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
static Decl.FunctionDecl.Overload
getDefaultInstance()
Decl.FunctionDecl.Overload
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
java.lang.String
getDoc()
Documentation string for the overload.com.google.protobuf.ByteString
getDocBytes()
Documentation string for the overload.boolean
getIsInstanceFunction()
Whether the function is to be used in a method call-style `x.f(...)` or a function call-style `f(x, ...)`.java.lang.String
getOverloadId()
Required.com.google.protobuf.ByteString
getOverloadIdBytes()
Required.Type
getParams(int index)
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.int
getParamsCount()
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.java.util.List<Type>
getParamsList()
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.TypeOrBuilder
getParamsOrBuilder(int index)
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.java.util.List<? extends TypeOrBuilder>
getParamsOrBuilderList()
List of function parameter [Type][google.api.expr.v1alpha1.Type] values.com.google.protobuf.Parser<Decl.FunctionDecl.Overload>
getParserForType()
Type
getResultType()
Required.TypeOrBuilder
getResultTypeOrBuilder()
Required.int
getSerializedSize()
java.lang.String
getTypeParams(int index)
The type param names associated with the function declaration.com.google.protobuf.ByteString
getTypeParamsBytes(int index)
The type param names associated with the function declaration.int
getTypeParamsCount()
The type param names associated with the function declaration.com.google.protobuf.ProtocolStringList
getTypeParamsList()
The type param names associated with the function declaration.com.google.protobuf.UnknownFieldSet
getUnknownFields()
int
hashCode()
boolean
hasResultType()
Required.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Decl.FunctionDecl.Overload.Builder
newBuilder()
static Decl.FunctionDecl.Overload.Builder
newBuilder(Decl.FunctionDecl.Overload prototype)
Decl.FunctionDecl.Overload.Builder
newBuilderForType()
protected Decl.FunctionDecl.Overload.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected java.lang.Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Decl.FunctionDecl.Overload
parseDelimitedFrom(java.io.InputStream input)
static Decl.FunctionDecl.Overload
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl.FunctionDecl.Overload
parseFrom(byte[] data)
static Decl.FunctionDecl.Overload
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl.FunctionDecl.Overload
parseFrom(com.google.protobuf.ByteString data)
static Decl.FunctionDecl.Overload
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl.FunctionDecl.Overload
parseFrom(com.google.protobuf.CodedInputStream input)
static Decl.FunctionDecl.Overload
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl.FunctionDecl.Overload
parseFrom(java.io.InputStream input)
static Decl.FunctionDecl.Overload
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Decl.FunctionDecl.Overload
parseFrom(java.nio.ByteBuffer data)
static Decl.FunctionDecl.Overload
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Decl.FunctionDecl.Overload>
parser()
Decl.FunctionDecl.Overload.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
OVERLOAD_ID_FIELD_NUMBER
public static final int OVERLOAD_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARAMS_FIELD_NUMBER
public static final int PARAMS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_PARAMS_FIELD_NUMBER
public static final int TYPE_PARAMS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RESULT_TYPE_FIELD_NUMBER
public static final int RESULT_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IS_INSTANCE_FUNCTION_FIELD_NUMBER
public static final int IS_INSTANCE_FUNCTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DOC_FIELD_NUMBER
public static final int DOC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getOverloadId
public java.lang.String getOverloadId()
Required. Globally unique overload name of the function which reflects the function name and argument types. This will be used by a [Reference][google.api.expr.v1alpha1.Reference] to indicate the `overload_id` that was resolved for the function `name`.
string overload_id = 1;
- Specified by:
getOverloadId
in interfaceDecl.FunctionDecl.OverloadOrBuilder
- Returns:
- The overloadId.
-
getOverloadIdBytes
public com.google.protobuf.ByteString getOverloadIdBytes()
Required. Globally unique overload name of the function which reflects the function name and argument types. This will be used by a [Reference][google.api.expr.v1alpha1.Reference] to indicate the `overload_id` that was resolved for the function `name`.
string overload_id = 1;
- Specified by:
getOverloadIdBytes
in interfaceDecl.FunctionDecl.OverloadOrBuilder
- Returns:
- The bytes for overloadId.
-
getParamsList
public java.util.List<Type> getParamsList()
List of function parameter [Type][google.api.expr.v1alpha1.Type] values. Param types are disjoint after generic type parameters have been replaced with the type `DYN`. Since the `DYN` type is compatible with any other type, this means that if `A` is a type parameter, the function types `int<A>` and `int<int>` are not disjoint. Likewise, `map<string, string>` is not disjoint from `map<K, V>`. When the `result_type` of a function is a generic type param, the type param name also appears as the `type` of on at least one params.
repeated .google.api.expr.v1alpha1.Type params = 2;
- Specified by:
getParamsList
in interfaceDecl.FunctionDecl.OverloadOrBuilder
-
getParamsOrBuilderList
public java.util.List<? extends TypeOrBuilder> getParamsOrBuilderList()
List of function parameter [Type][google.api.expr.v1alpha1.Type] values. Param types are disjoint after generic type parameters have been replaced with the type `DYN`. Since the `DYN` type is compatible with any other type, this means that if `A` is a type parameter, the function types `int<A>` and `int<int>` are not disjoint. Likewise, `map<string, string>` is not disjoint from `map<K, V>`. When the `result_type` of a function is a generic type param, the type param name also appears as the `type` of on at least one params.
repeated .google.api.expr.v1alpha1.Type params = 2;
- Specified by:
getParamsOrBuilderList
in interfaceDecl.FunctionDecl.OverloadOrBuilder
-
getParamsCount
public int getParamsCount()
List of function parameter [Type][google.api.expr.v1alpha1.Type] values. Param types are disjoint after generic type parameters have been replaced with the type `DYN`. Since the `DYN` type is compatible with any other type, this means that if `A` is a type parameter, the function types `int<A>` and `int<int>` are not disjoint. Likewise, `map<string, string>` is not disjoint from `map<K, V>`. When the `result_type` of a function is a generic type param, the type param name also appears as the `type` of on at least one params.
repeated .google.api.expr.v1alpha1.Type params = 2;
- Specified by:
getParamsCount
in interfaceDecl.FunctionDecl.OverloadOrBuilder
-
getParams
public Type getParams(int index)
List of function parameter [Type][google.api.expr.v1alpha1.Type] values. Param types are disjoint after generic type parameters have been replaced with the type `DYN`. Since the `DYN` type is compatible with any other type, this means that if `A` is a type parameter, the function types `int<A>` and `int<int>` are not disjoint. Likewise, `map<string, string>` is not disjoint from `map<K, V>`. When the `result_type` of a function is a generic type param, the type param name also appears as the `type` of on at least one params.
repeated .google.api.expr.v1alpha1.Type params = 2;
- Specified by:
getParams
in interfaceDecl.FunctionDecl.OverloadOrBuilder
-
getParamsOrBuilder
public TypeOrBuilder getParamsOrBuilder(int index)
List of function parameter [Type][google.api.expr.v1alpha1.Type] values. Param types are disjoint after generic type parameters have been replaced with the type `DYN`. Since the `DYN` type is compatible with any other type, this means that if `A` is a type parameter, the function types `int<A>` and `int<int>` are not disjoint. Likewise, `map<string, string>` is not disjoint from `map<K, V>`. When the `result_type` of a function is a generic type param, the type param name also appears as the `type` of on at least one params.
repeated .google.api.expr.v1alpha1.Type params = 2;
- Specified by:
getParamsOrBuilder
in interfaceDecl.FunctionDecl.OverloadOrBuilder
-
getTypeParamsList
public com.google.protobuf.ProtocolStringList getTypeParamsList()
The type param names associated with the function declaration. For example, `function ex<K,V>(K key, map<K, V> map) : V` would yield the type params of `K, V`.
repeated string type_params = 3;
- Specified by:
getTypeParamsList
in interfaceDecl.FunctionDecl.OverloadOrBuilder
- Returns:
- A list containing the typeParams.
-
getTypeParamsCount
public int getTypeParamsCount()
The type param names associated with the function declaration. For example, `function ex<K,V>(K key, map<K, V> map) : V` would yield the type params of `K, V`.
repeated string type_params = 3;
- Specified by:
getTypeParamsCount
in interfaceDecl.FunctionDecl.OverloadOrBuilder
- Returns:
- The count of typeParams.
-
getTypeParams
public java.lang.String getTypeParams(int index)
The type param names associated with the function declaration. For example, `function ex<K,V>(K key, map<K, V> map) : V` would yield the type params of `K, V`.
repeated string type_params = 3;
- Specified by:
getTypeParams
in interfaceDecl.FunctionDecl.OverloadOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The typeParams at the given index.
-
getTypeParamsBytes
public com.google.protobuf.ByteString getTypeParamsBytes(int index)
The type param names associated with the function declaration. For example, `function ex<K,V>(K key, map<K, V> map) : V` would yield the type params of `K, V`.
repeated string type_params = 3;
- Specified by:
getTypeParamsBytes
in interfaceDecl.FunctionDecl.OverloadOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the typeParams at the given index.
-
hasResultType
public boolean hasResultType()
Required. The result type of the function. For example, the operator `string.isEmpty()` would have `result_type` of `kind: BOOL`.
.google.api.expr.v1alpha1.Type result_type = 4;
- Specified by:
hasResultType
in interfaceDecl.FunctionDecl.OverloadOrBuilder
- Returns:
- Whether the resultType field is set.
-
getResultType
public Type getResultType()
Required. The result type of the function. For example, the operator `string.isEmpty()` would have `result_type` of `kind: BOOL`.
.google.api.expr.v1alpha1.Type result_type = 4;
- Specified by:
getResultType
in interfaceDecl.FunctionDecl.OverloadOrBuilder
- Returns:
- The resultType.
-
getResultTypeOrBuilder
public TypeOrBuilder getResultTypeOrBuilder()
Required. The result type of the function. For example, the operator `string.isEmpty()` would have `result_type` of `kind: BOOL`.
.google.api.expr.v1alpha1.Type result_type = 4;
- Specified by:
getResultTypeOrBuilder
in interfaceDecl.FunctionDecl.OverloadOrBuilder
-
getIsInstanceFunction
public boolean getIsInstanceFunction()
Whether the function is to be used in a method call-style `x.f(...)` or a function call-style `f(x, ...)`. For methods, the first parameter declaration, `params[0]` is the expected type of the target receiver.
bool is_instance_function = 5;
- Specified by:
getIsInstanceFunction
in interfaceDecl.FunctionDecl.OverloadOrBuilder
- Returns:
- The isInstanceFunction.
-
getDoc
public java.lang.String getDoc()
Documentation string for the overload.
string doc = 6;
- Specified by:
getDoc
in interfaceDecl.FunctionDecl.OverloadOrBuilder
- Returns:
- The doc.
-
getDocBytes
public com.google.protobuf.ByteString getDocBytes()
Documentation string for the overload.
string doc = 6;
- Specified by:
getDocBytes
in interfaceDecl.FunctionDecl.OverloadOrBuilder
- Returns:
- The bytes for doc.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Decl.FunctionDecl.Overload parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Decl.FunctionDecl.Overload parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Decl.FunctionDecl.Overload parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Decl.FunctionDecl.Overload parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Decl.FunctionDecl.Overload parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Decl.FunctionDecl.Overload parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Decl.FunctionDecl.Overload parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Decl.FunctionDecl.Overload parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Decl.FunctionDecl.Overload parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Decl.FunctionDecl.Overload parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Decl.FunctionDecl.Overload parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Decl.FunctionDecl.Overload parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public Decl.FunctionDecl.Overload.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Decl.FunctionDecl.Overload.Builder newBuilder()
-
newBuilder
public static Decl.FunctionDecl.Overload.Builder newBuilder(Decl.FunctionDecl.Overload prototype)
-
toBuilder
public Decl.FunctionDecl.Overload.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Decl.FunctionDecl.Overload.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Decl.FunctionDecl.Overload getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Decl.FunctionDecl.Overload> parser()
-
getParserForType
public com.google.protobuf.Parser<Decl.FunctionDecl.Overload> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Decl.FunctionDecl.Overload getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-