public interface ResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAliases(int index)
The aliases are a list of other names that this resource can go by.
|
com.google.protobuf.ByteString |
getAliasesBytes(int index)
The aliases are a list of other names that this resource can go by.
|
int |
getAliasesCount()
The aliases are a list of other names that this resource can go by.
|
List<String> |
getAliasesList()
The aliases are a list of other names that this resource can go by.
|
String |
getName()
The resource's name, to distinguish it from others of the same type of resource.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource's name, to distinguish it from others of the same type of resource.
|
com.google.protobuf.Any |
getResource()
The resource being tracked.
|
com.google.protobuf.AnyOrBuilder |
getResourceOrBuilder()
The resource being tracked.
|
String |
getVersion()
The resource level version.
|
com.google.protobuf.ByteString |
getVersionBytes()
The resource level version.
|
boolean |
hasResource()
The resource being tracked.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource's name, to distinguish it from others of the same type of resource.
string name = 3;com.google.protobuf.ByteString getNameBytes()
The resource's name, to distinguish it from others of the same type of resource.
string name = 3;List<String> getAliasesList()
The aliases are a list of other names that this resource can go by.
repeated string aliases = 4;int getAliasesCount()
The aliases are a list of other names that this resource can go by.
repeated string aliases = 4;String getAliases(int index)
The aliases are a list of other names that this resource can go by.
repeated string aliases = 4;com.google.protobuf.ByteString getAliasesBytes(int index)
The aliases are a list of other names that this resource can go by.
repeated string aliases = 4;String getVersion()
The resource level version. It allows xDS to track the state of individual resources.
string version = 1;com.google.protobuf.ByteString getVersionBytes()
The resource level version. It allows xDS to track the state of individual resources.
string version = 1;boolean hasResource()
The resource being tracked.
.google.protobuf.Any resource = 2;com.google.protobuf.Any getResource()
The resource being tracked.
.google.protobuf.Any resource = 2;com.google.protobuf.AnyOrBuilder getResourceOrBuilder()
The resource being tracked.
.google.protobuf.Any resource = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.