Package envoy.annotations
Interface Resource.ResourceAnnotationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Resource.ResourceAnnotation,Resource.ResourceAnnotation.Builder
- Enclosing class:
- Resource
public static interface Resource.ResourceAnnotationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType()Annotation for xDS services that indicates the fully-qualified Protobuf type for the resource type.com.google.protobuf.ByteStringgetTypeBytes()Annotation for xDS services that indicates the fully-qualified Protobuf type for the resource type.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getType
String getType()
Annotation for xDS services that indicates the fully-qualified Protobuf type for the resource type.
string type = 1;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
Annotation for xDS services that indicates the fully-qualified Protobuf type for the resource type.
string type = 1;- Returns:
- The bytes for type.
-
-