public interface ReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The fully qualified name of the declaration.
|
com.google.protobuf.ByteString |
getNameBytes()
The fully qualified name of the declaration.
|
String |
getOverloadId(int index)
For references to functions, this is a list of `Overload.overload_id`
values which match according to typing rules.
|
com.google.protobuf.ByteString |
getOverloadIdBytes(int index)
For references to functions, this is a list of `Overload.overload_id`
values which match according to typing rules.
|
int |
getOverloadIdCount()
For references to functions, this is a list of `Overload.overload_id`
values which match according to typing rules.
|
List<String> |
getOverloadIdList()
For references to functions, this is a list of `Overload.overload_id`
values which match according to typing rules.
|
Constant |
getValue()
For references to constants, this may contain the value of the
constant if known at compile time.
|
ConstantOrBuilder |
getValueOrBuilder()
For references to constants, this may contain the value of the
constant if known at compile time.
|
boolean |
hasValue()
For references to constants, this may contain the value of the
constant if known at compile time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The fully qualified name of the declaration.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The fully qualified name of the declaration.
string name = 1;List<String> getOverloadIdList()
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules. If the list has more than one element, overload resolution among the presented candidates must happen at runtime because of dynamic types. The type checker attempts to narrow down this list as much as possible. Empty if this is not a reference to a [Decl.FunctionDecl][google.api.expr.v1alpha1.Decl.FunctionDecl].
repeated string overload_id = 3;int getOverloadIdCount()
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules. If the list has more than one element, overload resolution among the presented candidates must happen at runtime because of dynamic types. The type checker attempts to narrow down this list as much as possible. Empty if this is not a reference to a [Decl.FunctionDecl][google.api.expr.v1alpha1.Decl.FunctionDecl].
repeated string overload_id = 3;String getOverloadId(int index)
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules. If the list has more than one element, overload resolution among the presented candidates must happen at runtime because of dynamic types. The type checker attempts to narrow down this list as much as possible. Empty if this is not a reference to a [Decl.FunctionDecl][google.api.expr.v1alpha1.Decl.FunctionDecl].
repeated string overload_id = 3;com.google.protobuf.ByteString getOverloadIdBytes(int index)
For references to functions, this is a list of `Overload.overload_id` values which match according to typing rules. If the list has more than one element, overload resolution among the presented candidates must happen at runtime because of dynamic types. The type checker attempts to narrow down this list as much as possible. Empty if this is not a reference to a [Decl.FunctionDecl][google.api.expr.v1alpha1.Decl.FunctionDecl].
repeated string overload_id = 3;boolean hasValue()
For references to constants, this may contain the value of the constant if known at compile time.
.google.api.expr.v1alpha1.Constant value = 4;Constant getValue()
For references to constants, this may contain the value of the constant if known at compile time.
.google.api.expr.v1alpha1.Constant value = 4;ConstantOrBuilder getValueOrBuilder()
For references to constants, this may contain the value of the constant if known at compile time.
.google.api.expr.v1alpha1.Constant value = 4;Copyright © 2018–2021 The Envoy Project. All rights reserved.