public static interface CollectionEntry.InlineEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Optional name to describe the inlined resource.
|
com.google.protobuf.ByteString |
getNameBytes()
Optional name to describe the inlined resource.
|
com.google.protobuf.Any |
getResource()
The resource payload, including type URL.
|
com.google.protobuf.AnyOrBuilder |
getResourceOrBuilder()
The resource payload, including type URL.
|
String |
getVersion()
The resource's logical version.
|
com.google.protobuf.ByteString |
getVersionBytes()
The resource's logical version.
|
boolean |
hasResource()
The resource payload, including type URL.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Optional name to describe the inlined resource. Resource names must [a-zA-Z0-9_-\./]+ (TODO(htuch): turn this into a PGV constraint once finalized, probably should be a RFC3986 pchar). This name allows reference via the #entry directive in ResourceLocator.
string name = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getNameBytes()
Optional name to describe the inlined resource. Resource names must [a-zA-Z0-9_-\./]+ (TODO(htuch): turn this into a PGV constraint once finalized, probably should be a RFC3986 pchar). This name allows reference via the #entry directive in ResourceLocator.
string name = 1 [(.validate.rules) = { ... }String getVersion()
The resource's logical version. It is illegal to have the same named xDS resource name at a given version with different resource payloads.
string version = 2;com.google.protobuf.ByteString getVersionBytes()
The resource's logical version. It is illegal to have the same named xDS resource name at a given version with different resource payloads.
string version = 2;boolean hasResource()
The resource payload, including type URL.
.google.protobuf.Any resource = 3;com.google.protobuf.Any getResource()
The resource payload, including type URL.
.google.protobuf.Any resource = 3;com.google.protobuf.AnyOrBuilder getResourceOrBuilder()
The resource payload, including type URL.
.google.protobuf.Any resource = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.