Uses of Class
io.envoyproxy.envoy.type.metadata.v3.MetadataKind.Cluster
-
Packages that use MetadataKind.Cluster Package Description io.envoyproxy.envoy.type.metadata.v3 -
-
Uses of MetadataKind.Cluster in io.envoyproxy.envoy.type.metadata.v3
Fields in io.envoyproxy.envoy.type.metadata.v3 declared as MetadataKind.Cluster Modifier and Type Field Description private static MetadataKind.Cluster
MetadataKind.Cluster. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.metadata.v3 with type parameters of type MetadataKind.Cluster Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<MetadataKind.Cluster,MetadataKind.Cluster.Builder,MetadataKind.ClusterOrBuilder>
MetadataKind.Builder. clusterBuilder_
private static com.google.protobuf.Parser<MetadataKind.Cluster>
MetadataKind.Cluster. PARSER
Methods in io.envoyproxy.envoy.type.metadata.v3 that return MetadataKind.Cluster Modifier and Type Method Description MetadataKind.Cluster
MetadataKind.Cluster.Builder. build()
MetadataKind.Cluster
MetadataKind.Cluster.Builder. buildPartial()
MetadataKind.Cluster
MetadataKind.Builder. getCluster()
Cluster kind of metadata.MetadataKind.Cluster
MetadataKind. getCluster()
Cluster kind of metadata.MetadataKind.Cluster
MetadataKindOrBuilder. getCluster()
Cluster kind of metadata.static MetadataKind.Cluster
MetadataKind.Cluster. getDefaultInstance()
MetadataKind.Cluster
MetadataKind.Cluster.Builder. getDefaultInstanceForType()
MetadataKind.Cluster
MetadataKind.Cluster. getDefaultInstanceForType()
static MetadataKind.Cluster
MetadataKind.Cluster. parseDelimitedFrom(java.io.InputStream input)
static MetadataKind.Cluster
MetadataKind.Cluster. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataKind.Cluster
MetadataKind.Cluster. parseFrom(byte[] data)
static MetadataKind.Cluster
MetadataKind.Cluster. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataKind.Cluster
MetadataKind.Cluster. parseFrom(com.google.protobuf.ByteString data)
static MetadataKind.Cluster
MetadataKind.Cluster. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataKind.Cluster
MetadataKind.Cluster. parseFrom(com.google.protobuf.CodedInputStream input)
static MetadataKind.Cluster
MetadataKind.Cluster. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataKind.Cluster
MetadataKind.Cluster. parseFrom(java.io.InputStream input)
static MetadataKind.Cluster
MetadataKind.Cluster. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataKind.Cluster
MetadataKind.Cluster. parseFrom(java.nio.ByteBuffer data)
static MetadataKind.Cluster
MetadataKind.Cluster. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.type.metadata.v3 that return types with arguments of type MetadataKind.Cluster Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<MetadataKind.Cluster,MetadataKind.Cluster.Builder,MetadataKind.ClusterOrBuilder>
MetadataKind.Builder. getClusterFieldBuilder()
Cluster kind of metadata.com.google.protobuf.Parser<MetadataKind.Cluster>
MetadataKind.Cluster. getParserForType()
static com.google.protobuf.Parser<MetadataKind.Cluster>
MetadataKind.Cluster. parser()
Methods in io.envoyproxy.envoy.type.metadata.v3 with parameters of type MetadataKind.Cluster Modifier and Type Method Description MetadataKind.Builder
MetadataKind.Builder. mergeCluster(MetadataKind.Cluster value)
Cluster kind of metadata.MetadataKind.Cluster.Builder
MetadataKind.Cluster.Builder. mergeFrom(MetadataKind.Cluster other)
static MetadataKind.Cluster.Builder
MetadataKind.Cluster. newBuilder(MetadataKind.Cluster prototype)
MetadataKind.Builder
MetadataKind.Builder. setCluster(MetadataKind.Cluster value)
Cluster kind of metadata.
-