public static interface Type.AbstractTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The fully qualified name of this abstract type.
|
com.google.protobuf.ByteString |
getNameBytes()
The fully qualified name of this abstract type.
|
Type |
getParameterTypes(int index)
Parameter types for this abstract type.
|
int |
getParameterTypesCount()
Parameter types for this abstract type.
|
List<Type> |
getParameterTypesList()
Parameter types for this abstract type.
|
TypeOrBuilder |
getParameterTypesOrBuilder(int index)
Parameter types for this abstract type.
|
List<? extends TypeOrBuilder> |
getParameterTypesOrBuilderList()
Parameter types for this abstract type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The fully qualified name of this abstract type.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The fully qualified name of this abstract type.
string name = 1;List<Type> getParameterTypesList()
Parameter types for this abstract type.
repeated .google.api.expr.v1alpha1.Type parameter_types = 2;Type getParameterTypes(int index)
Parameter types for this abstract type.
repeated .google.api.expr.v1alpha1.Type parameter_types = 2;int getParameterTypesCount()
Parameter types for this abstract type.
repeated .google.api.expr.v1alpha1.Type parameter_types = 2;List<? extends TypeOrBuilder> getParameterTypesOrBuilderList()
Parameter types for this abstract type.
repeated .google.api.expr.v1alpha1.Type parameter_types = 2;TypeOrBuilder getParameterTypesOrBuilder(int index)
Parameter types for this abstract type.
repeated .google.api.expr.v1alpha1.Type parameter_types = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.