public static interface Decl.IdentDeclOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDoc()
Documentation string for the identifier.
|
com.google.protobuf.ByteString |
getDocBytes()
Documentation string for the identifier.
|
Type |
getType()
Required.
|
TypeOrBuilder |
getTypeOrBuilder()
Required.
|
Constant |
getValue()
The constant value of the identifier.
|
ConstantOrBuilder |
getValueOrBuilder()
The constant value of the identifier.
|
boolean |
hasType()
Required.
|
boolean |
hasValue()
The constant value of the identifier.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
Required. The type of the identifier.
.google.api.expr.v1alpha1.Type type = 1;Type getType()
Required. The type of the identifier.
.google.api.expr.v1alpha1.Type type = 1;TypeOrBuilder getTypeOrBuilder()
Required. The type of the identifier.
.google.api.expr.v1alpha1.Type type = 1;boolean hasValue()
The constant value of the identifier. If not specified, the identifier must be supplied at evaluation time.
.google.api.expr.v1alpha1.Constant value = 2;Constant getValue()
The constant value of the identifier. If not specified, the identifier must be supplied at evaluation time.
.google.api.expr.v1alpha1.Constant value = 2;ConstantOrBuilder getValueOrBuilder()
The constant value of the identifier. If not specified, the identifier must be supplied at evaluation time.
.google.api.expr.v1alpha1.Constant value = 2;String getDoc()
Documentation string for the identifier.
string doc = 3;com.google.protobuf.ByteString getDocBytes()
Documentation string for the identifier.
string doc = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.