xds.core.v3.CollectionEntry.InlineEntry
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.xds.core.v3.CollectionEntry.InlineEntry
.withName('string')
.withResource(types.google.protobuf.Any)
.withVersion('string')
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
name |
string
|
|
|
{"String_":{"WellKnown":null,"pattern":"^[0-9a-zA-Z_\\-\\.~:]+$"}}
|
resource |
google.protobuf.Any
|
|
|
|
version |
string
|
|
|
|