public static final class Type.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Type.Builder> implements TypeOrBuilder
Represents a CEL type.Protobuf type
google.api.expr.v1alpha1.Type| Modifier and Type | Method and Description |
|---|---|
Type.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Type |
build() |
Type |
buildPartial() |
Type.Builder |
clear() |
Type.Builder |
clearAbstractType()
Abstract, application defined type.
|
Type.Builder |
clearDyn()
Dynamic type.
|
Type.Builder |
clearError()
Error type.
|
Type.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Type.Builder |
clearFunction()
Function type.
|
Type.Builder |
clearListType()
Parameterized list with elements of `list_type`, e.g.
|
Type.Builder |
clearMapType()
Parameterized map with typed keys and values.
|
Type.Builder |
clearMessageType()
Protocol buffer message type.
|
Type.Builder |
clearNull()
Null value.
|
Type.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Type.Builder |
clearPrimitive()
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
|
Type.Builder |
clearType()
Type type.
|
Type.Builder |
clearTypeKind() |
Type.Builder |
clearTypeParam()
Type param type.
|
Type.Builder |
clearWellKnown()
Well-known protobuf type such as `google.protobuf.Timestamp`.
|
Type.Builder |
clearWrapper()
Wrapper of a primitive type, e.g.
|
Type.Builder |
clone() |
Type.AbstractType |
getAbstractType()
Abstract, application defined type.
|
Type.AbstractType.Builder |
getAbstractTypeBuilder()
Abstract, application defined type.
|
Type.AbstractTypeOrBuilder |
getAbstractTypeOrBuilder()
Abstract, application defined type.
|
Type |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Empty |
getDyn()
Dynamic type.
|
com.google.protobuf.Empty.Builder |
getDynBuilder()
Dynamic type.
|
com.google.protobuf.EmptyOrBuilder |
getDynOrBuilder()
Dynamic type.
|
com.google.protobuf.Empty |
getError()
Error type.
|
com.google.protobuf.Empty.Builder |
getErrorBuilder()
Error type.
|
com.google.protobuf.EmptyOrBuilder |
getErrorOrBuilder()
Error type.
|
Type.FunctionType |
getFunction()
Function type.
|
Type.FunctionType.Builder |
getFunctionBuilder()
Function type.
|
Type.FunctionTypeOrBuilder |
getFunctionOrBuilder()
Function type.
|
Type.ListType |
getListType()
Parameterized list with elements of `list_type`, e.g.
|
Type.ListType.Builder |
getListTypeBuilder()
Parameterized list with elements of `list_type`, e.g.
|
Type.ListTypeOrBuilder |
getListTypeOrBuilder()
Parameterized list with elements of `list_type`, e.g.
|
Type.MapType |
getMapType()
Parameterized map with typed keys and values.
|
Type.MapType.Builder |
getMapTypeBuilder()
Parameterized map with typed keys and values.
|
Type.MapTypeOrBuilder |
getMapTypeOrBuilder()
Parameterized map with typed keys and values.
|
String |
getMessageType()
Protocol buffer message type.
|
com.google.protobuf.ByteString |
getMessageTypeBytes()
Protocol buffer message type.
|
com.google.protobuf.NullValue |
getNull()
Null value.
|
int |
getNullValue()
Null value.
|
Type.PrimitiveType |
getPrimitive()
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
|
int |
getPrimitiveValue()
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
|
Type |
getType()
Type type.
|
Type.Builder |
getTypeBuilder()
Type type.
|
Type.TypeKindCase |
getTypeKindCase() |
TypeOrBuilder |
getTypeOrBuilder()
Type type.
|
String |
getTypeParam()
Type param type.
|
com.google.protobuf.ByteString |
getTypeParamBytes()
Type param type.
|
Type.WellKnownType |
getWellKnown()
Well-known protobuf type such as `google.protobuf.Timestamp`.
|
int |
getWellKnownValue()
Well-known protobuf type such as `google.protobuf.Timestamp`.
|
Type.PrimitiveType |
getWrapper()
Wrapper of a primitive type, e.g.
|
int |
getWrapperValue()
Wrapper of a primitive type, e.g.
|
boolean |
hasAbstractType()
Abstract, application defined type.
|
boolean |
hasDyn()
Dynamic type.
|
boolean |
hasError()
Error type.
|
boolean |
hasFunction()
Function type.
|
boolean |
hasListType()
Parameterized list with elements of `list_type`, e.g.
|
boolean |
hasMapType()
Parameterized map with typed keys and values.
|
boolean |
hasType()
Type type.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Type.Builder |
mergeAbstractType(Type.AbstractType value)
Abstract, application defined type.
|
Type.Builder |
mergeDyn(com.google.protobuf.Empty value)
Dynamic type.
|
Type.Builder |
mergeError(com.google.protobuf.Empty value)
Error type.
|
Type.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Type.Builder |
mergeFrom(com.google.protobuf.Message other) |
Type.Builder |
mergeFrom(Type other) |
Type.Builder |
mergeFunction(Type.FunctionType value)
Function type.
|
Type.Builder |
mergeListType(Type.ListType value)
Parameterized list with elements of `list_type`, e.g.
|
Type.Builder |
mergeMapType(Type.MapType value)
Parameterized map with typed keys and values.
|
Type.Builder |
mergeType(Type value)
Type type.
|
Type.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Type.Builder |
setAbstractType(Type.AbstractType.Builder builderForValue)
Abstract, application defined type.
|
Type.Builder |
setAbstractType(Type.AbstractType value)
Abstract, application defined type.
|
Type.Builder |
setDyn(com.google.protobuf.Empty.Builder builderForValue)
Dynamic type.
|
Type.Builder |
setDyn(com.google.protobuf.Empty value)
Dynamic type.
|
Type.Builder |
setError(com.google.protobuf.Empty.Builder builderForValue)
Error type.
|
Type.Builder |
setError(com.google.protobuf.Empty value)
Error type.
|
Type.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Type.Builder |
setFunction(Type.FunctionType.Builder builderForValue)
Function type.
|
Type.Builder |
setFunction(Type.FunctionType value)
Function type.
|
Type.Builder |
setListType(Type.ListType.Builder builderForValue)
Parameterized list with elements of `list_type`, e.g.
|
Type.Builder |
setListType(Type.ListType value)
Parameterized list with elements of `list_type`, e.g.
|
Type.Builder |
setMapType(Type.MapType.Builder builderForValue)
Parameterized map with typed keys and values.
|
Type.Builder |
setMapType(Type.MapType value)
Parameterized map with typed keys and values.
|
Type.Builder |
setMessageType(String value)
Protocol buffer message type.
|
Type.Builder |
setMessageTypeBytes(com.google.protobuf.ByteString value)
Protocol buffer message type.
|
Type.Builder |
setNull(com.google.protobuf.NullValue value)
Null value.
|
Type.Builder |
setNullValue(int value)
Null value.
|
Type.Builder |
setPrimitive(Type.PrimitiveType value)
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
|
Type.Builder |
setPrimitiveValue(int value)
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
|
Type.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Type.Builder |
setType(Type.Builder builderForValue)
Type type.
|
Type.Builder |
setType(Type value)
Type type.
|
Type.Builder |
setTypeParam(String value)
Type param type.
|
Type.Builder |
setTypeParamBytes(com.google.protobuf.ByteString value)
Type param type.
|
Type.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Type.Builder |
setWellKnown(Type.WellKnownType value)
Well-known protobuf type such as `google.protobuf.Timestamp`.
|
Type.Builder |
setWellKnownValue(int value)
Well-known protobuf type such as `google.protobuf.Timestamp`.
|
Type.Builder |
setWrapper(Type.PrimitiveType value)
Wrapper of a primitive type, e.g.
|
Type.Builder |
setWrapperValue(int value)
Wrapper of a primitive type, e.g.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Type.Builder>public Type.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Type.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Type.Builder>public Type getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Type build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Type buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Type.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Type.Builder>public Type.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Type.Builder>public Type.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Type.Builder>public Type.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Type.Builder>public Type.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Type.Builder>public Type.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Type.Builder>public Type.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Type.Builder>public Type.Builder mergeFrom(Type other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Type.Builder>public Type.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Type.Builder>IOExceptionpublic Type.TypeKindCase getTypeKindCase()
getTypeKindCase in interface TypeOrBuilderpublic Type.Builder clearTypeKind()
public boolean hasDyn()
Dynamic type.
.google.protobuf.Empty dyn = 1;hasDyn in interface TypeOrBuilderpublic com.google.protobuf.Empty getDyn()
Dynamic type.
.google.protobuf.Empty dyn = 1;getDyn in interface TypeOrBuilderpublic Type.Builder setDyn(com.google.protobuf.Empty value)
Dynamic type.
.google.protobuf.Empty dyn = 1;public Type.Builder setDyn(com.google.protobuf.Empty.Builder builderForValue)
Dynamic type.
.google.protobuf.Empty dyn = 1;public Type.Builder mergeDyn(com.google.protobuf.Empty value)
Dynamic type.
.google.protobuf.Empty dyn = 1;public Type.Builder clearDyn()
Dynamic type.
.google.protobuf.Empty dyn = 1;public com.google.protobuf.Empty.Builder getDynBuilder()
Dynamic type.
.google.protobuf.Empty dyn = 1;public com.google.protobuf.EmptyOrBuilder getDynOrBuilder()
Dynamic type.
.google.protobuf.Empty dyn = 1;getDynOrBuilder in interface TypeOrBuilderpublic int getNullValue()
Null value.
.google.protobuf.NullValue null = 2;getNullValue in interface TypeOrBuilderpublic Type.Builder setNullValue(int value)
Null value.
.google.protobuf.NullValue null = 2;public com.google.protobuf.NullValue getNull()
Null value.
.google.protobuf.NullValue null = 2;getNull in interface TypeOrBuilderpublic Type.Builder setNull(com.google.protobuf.NullValue value)
Null value.
.google.protobuf.NullValue null = 2;public Type.Builder clearNull()
Null value.
.google.protobuf.NullValue null = 2;public int getPrimitiveValue()
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
.google.api.expr.v1alpha1.Type.PrimitiveType primitive = 3;getPrimitiveValue in interface TypeOrBuilderpublic Type.Builder setPrimitiveValue(int value)
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
.google.api.expr.v1alpha1.Type.PrimitiveType primitive = 3;public Type.PrimitiveType getPrimitive()
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
.google.api.expr.v1alpha1.Type.PrimitiveType primitive = 3;getPrimitive in interface TypeOrBuilderpublic Type.Builder setPrimitive(Type.PrimitiveType value)
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
.google.api.expr.v1alpha1.Type.PrimitiveType primitive = 3;public Type.Builder clearPrimitive()
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.
.google.api.expr.v1alpha1.Type.PrimitiveType primitive = 3;public int getWrapperValue()
Wrapper of a primitive type, e.g. `google.protobuf.Int64Value`.
.google.api.expr.v1alpha1.Type.PrimitiveType wrapper = 4;getWrapperValue in interface TypeOrBuilderpublic Type.Builder setWrapperValue(int value)
Wrapper of a primitive type, e.g. `google.protobuf.Int64Value`.
.google.api.expr.v1alpha1.Type.PrimitiveType wrapper = 4;public Type.PrimitiveType getWrapper()
Wrapper of a primitive type, e.g. `google.protobuf.Int64Value`.
.google.api.expr.v1alpha1.Type.PrimitiveType wrapper = 4;getWrapper in interface TypeOrBuilderpublic Type.Builder setWrapper(Type.PrimitiveType value)
Wrapper of a primitive type, e.g. `google.protobuf.Int64Value`.
.google.api.expr.v1alpha1.Type.PrimitiveType wrapper = 4;public Type.Builder clearWrapper()
Wrapper of a primitive type, e.g. `google.protobuf.Int64Value`.
.google.api.expr.v1alpha1.Type.PrimitiveType wrapper = 4;public int getWellKnownValue()
Well-known protobuf type such as `google.protobuf.Timestamp`.
.google.api.expr.v1alpha1.Type.WellKnownType well_known = 5;getWellKnownValue in interface TypeOrBuilderpublic Type.Builder setWellKnownValue(int value)
Well-known protobuf type such as `google.protobuf.Timestamp`.
.google.api.expr.v1alpha1.Type.WellKnownType well_known = 5;public Type.WellKnownType getWellKnown()
Well-known protobuf type such as `google.protobuf.Timestamp`.
.google.api.expr.v1alpha1.Type.WellKnownType well_known = 5;getWellKnown in interface TypeOrBuilderpublic Type.Builder setWellKnown(Type.WellKnownType value)
Well-known protobuf type such as `google.protobuf.Timestamp`.
.google.api.expr.v1alpha1.Type.WellKnownType well_known = 5;public Type.Builder clearWellKnown()
Well-known protobuf type such as `google.protobuf.Timestamp`.
.google.api.expr.v1alpha1.Type.WellKnownType well_known = 5;public boolean hasListType()
Parameterized list with elements of `list_type`, e.g. `list<timestamp>`.
.google.api.expr.v1alpha1.Type.ListType list_type = 6;hasListType in interface TypeOrBuilderpublic Type.ListType getListType()
Parameterized list with elements of `list_type`, e.g. `list<timestamp>`.
.google.api.expr.v1alpha1.Type.ListType list_type = 6;getListType in interface TypeOrBuilderpublic Type.Builder setListType(Type.ListType value)
Parameterized list with elements of `list_type`, e.g. `list<timestamp>`.
.google.api.expr.v1alpha1.Type.ListType list_type = 6;public Type.Builder setListType(Type.ListType.Builder builderForValue)
Parameterized list with elements of `list_type`, e.g. `list<timestamp>`.
.google.api.expr.v1alpha1.Type.ListType list_type = 6;public Type.Builder mergeListType(Type.ListType value)
Parameterized list with elements of `list_type`, e.g. `list<timestamp>`.
.google.api.expr.v1alpha1.Type.ListType list_type = 6;public Type.Builder clearListType()
Parameterized list with elements of `list_type`, e.g. `list<timestamp>`.
.google.api.expr.v1alpha1.Type.ListType list_type = 6;public Type.ListType.Builder getListTypeBuilder()
Parameterized list with elements of `list_type`, e.g. `list<timestamp>`.
.google.api.expr.v1alpha1.Type.ListType list_type = 6;public Type.ListTypeOrBuilder getListTypeOrBuilder()
Parameterized list with elements of `list_type`, e.g. `list<timestamp>`.
.google.api.expr.v1alpha1.Type.ListType list_type = 6;getListTypeOrBuilder in interface TypeOrBuilderpublic boolean hasMapType()
Parameterized map with typed keys and values.
.google.api.expr.v1alpha1.Type.MapType map_type = 7;hasMapType in interface TypeOrBuilderpublic Type.MapType getMapType()
Parameterized map with typed keys and values.
.google.api.expr.v1alpha1.Type.MapType map_type = 7;getMapType in interface TypeOrBuilderpublic Type.Builder setMapType(Type.MapType value)
Parameterized map with typed keys and values.
.google.api.expr.v1alpha1.Type.MapType map_type = 7;public Type.Builder setMapType(Type.MapType.Builder builderForValue)
Parameterized map with typed keys and values.
.google.api.expr.v1alpha1.Type.MapType map_type = 7;public Type.Builder mergeMapType(Type.MapType value)
Parameterized map with typed keys and values.
.google.api.expr.v1alpha1.Type.MapType map_type = 7;public Type.Builder clearMapType()
Parameterized map with typed keys and values.
.google.api.expr.v1alpha1.Type.MapType map_type = 7;public Type.MapType.Builder getMapTypeBuilder()
Parameterized map with typed keys and values.
.google.api.expr.v1alpha1.Type.MapType map_type = 7;public Type.MapTypeOrBuilder getMapTypeOrBuilder()
Parameterized map with typed keys and values.
.google.api.expr.v1alpha1.Type.MapType map_type = 7;getMapTypeOrBuilder in interface TypeOrBuilderpublic boolean hasFunction()
Function type.
.google.api.expr.v1alpha1.Type.FunctionType function = 8;hasFunction in interface TypeOrBuilderpublic Type.FunctionType getFunction()
Function type.
.google.api.expr.v1alpha1.Type.FunctionType function = 8;getFunction in interface TypeOrBuilderpublic Type.Builder setFunction(Type.FunctionType value)
Function type.
.google.api.expr.v1alpha1.Type.FunctionType function = 8;public Type.Builder setFunction(Type.FunctionType.Builder builderForValue)
Function type.
.google.api.expr.v1alpha1.Type.FunctionType function = 8;public Type.Builder mergeFunction(Type.FunctionType value)
Function type.
.google.api.expr.v1alpha1.Type.FunctionType function = 8;public Type.Builder clearFunction()
Function type.
.google.api.expr.v1alpha1.Type.FunctionType function = 8;public Type.FunctionType.Builder getFunctionBuilder()
Function type.
.google.api.expr.v1alpha1.Type.FunctionType function = 8;public Type.FunctionTypeOrBuilder getFunctionOrBuilder()
Function type.
.google.api.expr.v1alpha1.Type.FunctionType function = 8;getFunctionOrBuilder in interface TypeOrBuilderpublic String getMessageType()
Protocol buffer message type. The `message_type` string specifies the qualified message type name. For example, `google.plus.Profile`.
string message_type = 9;getMessageType in interface TypeOrBuilderpublic com.google.protobuf.ByteString getMessageTypeBytes()
Protocol buffer message type. The `message_type` string specifies the qualified message type name. For example, `google.plus.Profile`.
string message_type = 9;getMessageTypeBytes in interface TypeOrBuilderpublic Type.Builder setMessageType(String value)
Protocol buffer message type. The `message_type` string specifies the qualified message type name. For example, `google.plus.Profile`.
string message_type = 9;public Type.Builder clearMessageType()
Protocol buffer message type. The `message_type` string specifies the qualified message type name. For example, `google.plus.Profile`.
string message_type = 9;public Type.Builder setMessageTypeBytes(com.google.protobuf.ByteString value)
Protocol buffer message type. The `message_type` string specifies the qualified message type name. For example, `google.plus.Profile`.
string message_type = 9;public String getTypeParam()
Type param type. The `type_param` string specifies the type parameter name, e.g. `list<E>` would be a `list_type` whose element type was a `type_param` type named `E`.
string type_param = 10;getTypeParam in interface TypeOrBuilderpublic com.google.protobuf.ByteString getTypeParamBytes()
Type param type. The `type_param` string specifies the type parameter name, e.g. `list<E>` would be a `list_type` whose element type was a `type_param` type named `E`.
string type_param = 10;getTypeParamBytes in interface TypeOrBuilderpublic Type.Builder setTypeParam(String value)
Type param type. The `type_param` string specifies the type parameter name, e.g. `list<E>` would be a `list_type` whose element type was a `type_param` type named `E`.
string type_param = 10;public Type.Builder clearTypeParam()
Type param type. The `type_param` string specifies the type parameter name, e.g. `list<E>` would be a `list_type` whose element type was a `type_param` type named `E`.
string type_param = 10;public Type.Builder setTypeParamBytes(com.google.protobuf.ByteString value)
Type param type. The `type_param` string specifies the type parameter name, e.g. `list<E>` would be a `list_type` whose element type was a `type_param` type named `E`.
string type_param = 10;public boolean hasType()
Type type. The `type` value specifies the target type. e.g. int is type with a target type of `Primitive.INT`.
.google.api.expr.v1alpha1.Type type = 11;hasType in interface TypeOrBuilderpublic Type getType()
Type type. The `type` value specifies the target type. e.g. int is type with a target type of `Primitive.INT`.
.google.api.expr.v1alpha1.Type type = 11;getType in interface TypeOrBuilderpublic Type.Builder setType(Type value)
Type type. The `type` value specifies the target type. e.g. int is type with a target type of `Primitive.INT`.
.google.api.expr.v1alpha1.Type type = 11;public Type.Builder setType(Type.Builder builderForValue)
Type type. The `type` value specifies the target type. e.g. int is type with a target type of `Primitive.INT`.
.google.api.expr.v1alpha1.Type type = 11;public Type.Builder mergeType(Type value)
Type type. The `type` value specifies the target type. e.g. int is type with a target type of `Primitive.INT`.
.google.api.expr.v1alpha1.Type type = 11;public Type.Builder clearType()
Type type. The `type` value specifies the target type. e.g. int is type with a target type of `Primitive.INT`.
.google.api.expr.v1alpha1.Type type = 11;public Type.Builder getTypeBuilder()
Type type. The `type` value specifies the target type. e.g. int is type with a target type of `Primitive.INT`.
.google.api.expr.v1alpha1.Type type = 11;public TypeOrBuilder getTypeOrBuilder()
Type type. The `type` value specifies the target type. e.g. int is type with a target type of `Primitive.INT`.
.google.api.expr.v1alpha1.Type type = 11;getTypeOrBuilder in interface TypeOrBuilderpublic boolean hasError()
Error type. During type-checking if an expression is an error, its type is propagated as the `ERROR` type. This permits the type-checker to discover other errors present in the expression.
.google.protobuf.Empty error = 12;hasError in interface TypeOrBuilderpublic com.google.protobuf.Empty getError()
Error type. During type-checking if an expression is an error, its type is propagated as the `ERROR` type. This permits the type-checker to discover other errors present in the expression.
.google.protobuf.Empty error = 12;getError in interface TypeOrBuilderpublic Type.Builder setError(com.google.protobuf.Empty value)
Error type. During type-checking if an expression is an error, its type is propagated as the `ERROR` type. This permits the type-checker to discover other errors present in the expression.
.google.protobuf.Empty error = 12;public Type.Builder setError(com.google.protobuf.Empty.Builder builderForValue)
Error type. During type-checking if an expression is an error, its type is propagated as the `ERROR` type. This permits the type-checker to discover other errors present in the expression.
.google.protobuf.Empty error = 12;public Type.Builder mergeError(com.google.protobuf.Empty value)
Error type. During type-checking if an expression is an error, its type is propagated as the `ERROR` type. This permits the type-checker to discover other errors present in the expression.
.google.protobuf.Empty error = 12;public Type.Builder clearError()
Error type. During type-checking if an expression is an error, its type is propagated as the `ERROR` type. This permits the type-checker to discover other errors present in the expression.
.google.protobuf.Empty error = 12;public com.google.protobuf.Empty.Builder getErrorBuilder()
Error type. During type-checking if an expression is an error, its type is propagated as the `ERROR` type. This permits the type-checker to discover other errors present in the expression.
.google.protobuf.Empty error = 12;public com.google.protobuf.EmptyOrBuilder getErrorOrBuilder()
Error type. During type-checking if an expression is an error, its type is propagated as the `ERROR` type. This permits the type-checker to discover other errors present in the expression.
.google.protobuf.Empty error = 12;getErrorOrBuilder in interface TypeOrBuilderpublic boolean hasAbstractType()
Abstract, application defined type.
.google.api.expr.v1alpha1.Type.AbstractType abstract_type = 14;hasAbstractType in interface TypeOrBuilderpublic Type.AbstractType getAbstractType()
Abstract, application defined type.
.google.api.expr.v1alpha1.Type.AbstractType abstract_type = 14;getAbstractType in interface TypeOrBuilderpublic Type.Builder setAbstractType(Type.AbstractType value)
Abstract, application defined type.
.google.api.expr.v1alpha1.Type.AbstractType abstract_type = 14;public Type.Builder setAbstractType(Type.AbstractType.Builder builderForValue)
Abstract, application defined type.
.google.api.expr.v1alpha1.Type.AbstractType abstract_type = 14;public Type.Builder mergeAbstractType(Type.AbstractType value)
Abstract, application defined type.
.google.api.expr.v1alpha1.Type.AbstractType abstract_type = 14;public Type.Builder clearAbstractType()
Abstract, application defined type.
.google.api.expr.v1alpha1.Type.AbstractType abstract_type = 14;public Type.AbstractType.Builder getAbstractTypeBuilder()
Abstract, application defined type.
.google.api.expr.v1alpha1.Type.AbstractType abstract_type = 14;public Type.AbstractTypeOrBuilder getAbstractTypeOrBuilder()
Abstract, application defined type.
.google.api.expr.v1alpha1.Type.AbstractType abstract_type = 14;getAbstractTypeOrBuilder in interface TypeOrBuilderpublic final Type.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Type.Builder>public final Type.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Type.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.