Uses of Class
io.envoyproxy.envoy.service.status.v3.ClientConfig.GenericXdsConfig
-
Packages that use ClientConfig.GenericXdsConfig Package Description io.envoyproxy.envoy.service.status.v3 -
-
Uses of ClientConfig.GenericXdsConfig in io.envoyproxy.envoy.service.status.v3
Methods in io.envoyproxy.envoy.service.status.v3 that return ClientConfig.GenericXdsConfig Modifier and Type Method Description ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig.Builder. build()ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig.Builder. buildPartial()static ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig. getDefaultInstance()ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig.Builder. getDefaultInstanceForType()ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig. getDefaultInstanceForType()ClientConfig.GenericXdsConfigClientConfig.Builder. getGenericXdsConfigs(int index)Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)ClientConfig.GenericXdsConfigClientConfig. getGenericXdsConfigs(int index)Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)ClientConfig.GenericXdsConfigClientConfigOrBuilder. getGenericXdsConfigs(int index)Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)static ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig. parseDelimitedFrom(InputStream input)static ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig. parseFrom(byte[] data)static ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig. parseFrom(com.google.protobuf.ByteString data)static ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig. parseFrom(com.google.protobuf.CodedInputStream input)static ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig. parseFrom(InputStream input)static ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig. parseFrom(ByteBuffer data)static ClientConfig.GenericXdsConfigClientConfig.GenericXdsConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.service.status.v3 that return types with arguments of type ClientConfig.GenericXdsConfig Modifier and Type Method Description List<ClientConfig.GenericXdsConfig>ClientConfig.Builder. getGenericXdsConfigsList()Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)List<ClientConfig.GenericXdsConfig>ClientConfig. getGenericXdsConfigsList()Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)List<ClientConfig.GenericXdsConfig>ClientConfigOrBuilder. getGenericXdsConfigsList()Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)com.google.protobuf.Parser<ClientConfig.GenericXdsConfig>ClientConfig.GenericXdsConfig. getParserForType()static com.google.protobuf.Parser<ClientConfig.GenericXdsConfig>ClientConfig.GenericXdsConfig. parser()Methods in io.envoyproxy.envoy.service.status.v3 with parameters of type ClientConfig.GenericXdsConfig Modifier and Type Method Description ClientConfig.BuilderClientConfig.Builder. addGenericXdsConfigs(int index, ClientConfig.GenericXdsConfig value)Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)ClientConfig.BuilderClientConfig.Builder. addGenericXdsConfigs(ClientConfig.GenericXdsConfig value)Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)ClientConfig.GenericXdsConfig.BuilderClientConfig.GenericXdsConfig.Builder. mergeFrom(ClientConfig.GenericXdsConfig other)static ClientConfig.GenericXdsConfig.BuilderClientConfig.GenericXdsConfig. newBuilder(ClientConfig.GenericXdsConfig prototype)ClientConfig.BuilderClientConfig.Builder. setGenericXdsConfigs(int index, ClientConfig.GenericXdsConfig value)Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)Method parameters in io.envoyproxy.envoy.service.status.v3 with type arguments of type ClientConfig.GenericXdsConfig Modifier and Type Method Description ClientConfig.BuilderClientConfig.Builder. addAllGenericXdsConfigs(Iterable<? extends ClientConfig.GenericXdsConfig> values)Represents generic xDS config and the exact config structure depends on the type URL (like Cluster if it is CDS)
-