Uses of Class
com.google.api.expr.v1alpha1.Decl.FunctionDecl.Overload
Packages that use Decl.FunctionDecl.Overload
-
Uses of Decl.FunctionDecl.Overload in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 declared as Decl.FunctionDecl.OverloadModifier and TypeFieldDescriptionprivate static final Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.DEFAULT_INSTANCE
Fields in com.google.api.expr.v1alpha1 with type parameters of type Decl.FunctionDecl.OverloadModifier and TypeFieldDescriptionprivate List
<Decl.FunctionDecl.Overload> Decl.FunctionDecl.Builder.overloads_
private List
<Decl.FunctionDecl.Overload> Decl.FunctionDecl.overloads_
private com.google.protobuf.RepeatedFieldBuilder
<Decl.FunctionDecl.Overload, Decl.FunctionDecl.Overload.Builder, Decl.FunctionDecl.OverloadOrBuilder> Decl.FunctionDecl.Builder.overloadsBuilder_
private static final com.google.protobuf.Parser
<Decl.FunctionDecl.Overload> Decl.FunctionDecl.Overload.PARSER
Methods in com.google.api.expr.v1alpha1 that return Decl.FunctionDecl.OverloadModifier and TypeMethodDescriptionDecl.FunctionDecl.Overload.Builder.build()
Decl.FunctionDecl.Overload.Builder.buildPartial()
static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.getDefaultInstance()
Decl.FunctionDecl.Overload.Builder.getDefaultInstanceForType()
Decl.FunctionDecl.Overload.getDefaultInstanceForType()
Decl.FunctionDecl.Builder.getOverloads
(int index) Required.Decl.FunctionDecl.getOverloads
(int index) Required.Decl.FunctionDeclOrBuilder.getOverloads
(int index) Required.static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.parseDelimitedFrom
(InputStream input) static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.parseFrom
(byte[] data) static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.parseFrom
(com.google.protobuf.ByteString data) static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.parseFrom
(com.google.protobuf.CodedInputStream input) static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.parseFrom
(InputStream input) static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.parseFrom
(ByteBuffer data) static Decl.FunctionDecl.Overload
Decl.FunctionDecl.Overload.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api.expr.v1alpha1 that return types with arguments of type Decl.FunctionDecl.OverloadModifier and TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<Decl.FunctionDecl.Overload, Decl.FunctionDecl.Overload.Builder, Decl.FunctionDecl.OverloadOrBuilder> Decl.FunctionDecl.Builder.getOverloadsFieldBuilder()
Decl.FunctionDecl.Builder.getOverloadsList()
Required.Decl.FunctionDecl.getOverloadsList()
Required.Decl.FunctionDeclOrBuilder.getOverloadsList()
Required.com.google.protobuf.Parser
<Decl.FunctionDecl.Overload> Decl.FunctionDecl.Overload.getParserForType()
static com.google.protobuf.Parser
<Decl.FunctionDecl.Overload> Decl.FunctionDecl.Overload.parser()
Methods in com.google.api.expr.v1alpha1 with parameters of type Decl.FunctionDecl.OverloadModifier and TypeMethodDescriptionDecl.FunctionDecl.Builder.addOverloads
(int index, Decl.FunctionDecl.Overload value) Required.Decl.FunctionDecl.Builder.addOverloads
(Decl.FunctionDecl.Overload value) Required.private void
Decl.FunctionDecl.Overload.Builder.buildPartial0
(Decl.FunctionDecl.Overload result) private void
Decl.FunctionDecl.Overload.Builder.buildPartialRepeatedFields
(Decl.FunctionDecl.Overload result) Decl.FunctionDecl.Overload.Builder.mergeFrom
(Decl.FunctionDecl.Overload other) Decl.FunctionDecl.Overload.newBuilder
(Decl.FunctionDecl.Overload prototype) Decl.FunctionDecl.Builder.setOverloads
(int index, Decl.FunctionDecl.Overload value) Required.Method parameters in com.google.api.expr.v1alpha1 with type arguments of type Decl.FunctionDecl.OverloadModifier and TypeMethodDescriptionDecl.FunctionDecl.Builder.addAllOverloads
(Iterable<? extends Decl.FunctionDecl.Overload> values) Required.