Uses of Class
io.envoyproxy.envoy.api.v2.auth.Secret
-
Packages that use Secret Package Description io.envoyproxy.envoy.api.v2.auth io.envoyproxy.envoy.config.bootstrap.v2 -
-
Uses of Secret in io.envoyproxy.envoy.api.v2.auth
Methods in io.envoyproxy.envoy.api.v2.auth that return Secret Modifier and Type Method Description SecretSecret.Builder. build()SecretSecret.Builder. buildPartial()static SecretSecret. getDefaultInstance()SecretSecret.Builder. getDefaultInstanceForType()SecretSecret. getDefaultInstanceForType()static SecretSecret. parseDelimitedFrom(InputStream input)static SecretSecret. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SecretSecret. parseFrom(byte[] data)static SecretSecret. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SecretSecret. parseFrom(com.google.protobuf.ByteString data)static SecretSecret. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SecretSecret. parseFrom(com.google.protobuf.CodedInputStream input)static SecretSecret. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SecretSecret. parseFrom(InputStream input)static SecretSecret. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SecretSecret. parseFrom(ByteBuffer data)static SecretSecret. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.api.v2.auth that return types with arguments of type Secret Modifier and Type Method Description com.google.protobuf.Parser<Secret>Secret. getParserForType()static com.google.protobuf.Parser<Secret>Secret. parser()Methods in io.envoyproxy.envoy.api.v2.auth with parameters of type Secret Modifier and Type Method Description Secret.BuilderSecret.Builder. mergeFrom(Secret other)static Secret.BuilderSecret. newBuilder(Secret prototype) -
Uses of Secret in io.envoyproxy.envoy.config.bootstrap.v2
Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return Secret Modifier and Type Method Description SecretBootstrap.StaticResources.Builder. getSecrets(int index)These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`SecretBootstrap.StaticResources. getSecrets(int index)These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`SecretBootstrap.StaticResourcesOrBuilder. getSecrets(int index)These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return types with arguments of type Secret Modifier and Type Method Description List<Secret>Bootstrap.StaticResources.Builder. getSecretsList()These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`List<Secret>Bootstrap.StaticResources. getSecretsList()These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`List<Secret>Bootstrap.StaticResourcesOrBuilder. getSecretsList()These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`Methods in io.envoyproxy.envoy.config.bootstrap.v2 with parameters of type Secret Modifier and Type Method Description Bootstrap.StaticResources.BuilderBootstrap.StaticResources.Builder. addSecrets(int index, Secret value)These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`Bootstrap.StaticResources.BuilderBootstrap.StaticResources.Builder. addSecrets(Secret value)These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`Bootstrap.StaticResources.BuilderBootstrap.StaticResources.Builder. setSecrets(int index, Secret value)These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`Method parameters in io.envoyproxy.envoy.config.bootstrap.v2 with type arguments of type Secret Modifier and Type Method Description Bootstrap.StaticResources.BuilderBootstrap.StaticResources.Builder. addAllSecrets(Iterable<? extends Secret> values)These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`
-