public static interface Type.FunctionTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Type |
getArgTypes(int index)
Argument types of the function.
|
int |
getArgTypesCount()
Argument types of the function.
|
List<Type> |
getArgTypesList()
Argument types of the function.
|
TypeOrBuilder |
getArgTypesOrBuilder(int index)
Argument types of the function.
|
List<? extends TypeOrBuilder> |
getArgTypesOrBuilderList()
Argument types of the function.
|
Type |
getResultType()
Result type of the function.
|
TypeOrBuilder |
getResultTypeOrBuilder()
Result type of the function.
|
boolean |
hasResultType()
Result type of the function.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasResultType()
Result type of the function.
.google.api.expr.v1alpha1.Type result_type = 1;Type getResultType()
Result type of the function.
.google.api.expr.v1alpha1.Type result_type = 1;TypeOrBuilder getResultTypeOrBuilder()
Result type of the function.
.google.api.expr.v1alpha1.Type result_type = 1;List<Type> getArgTypesList()
Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2;Type getArgTypes(int index)
Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2;int getArgTypesCount()
Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2;List<? extends TypeOrBuilder> getArgTypesOrBuilderList()
Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2;TypeOrBuilder getArgTypesOrBuilder(int index)
Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.