Uses of Class
io.envoyproxy.envoy.api.v2.auth.Secret
Packages that use Secret
-
Uses of Secret in io.envoyproxy.envoy.api.v2.auth
Methods in io.envoyproxy.envoy.api.v2.auth that return SecretModifier and TypeMethodDescriptionSecret.Builder.build()Secret.Builder.buildPartial()static SecretSecret.getDefaultInstance()Secret.Builder.getDefaultInstanceForType()Secret.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 SecretModifier and TypeMethodDescriptioncom.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 -
Uses of Secret in io.envoyproxy.envoy.config.bootstrap.v2
Methods in io.envoyproxy.envoy.config.bootstrap.v2 that return SecretModifier and TypeMethodDescriptionBootstrap.StaticResources.Builder.getSecrets(int index) These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`Bootstrap.StaticResources.getSecrets(int index) These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`Bootstrap.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 SecretModifier and TypeMethodDescriptionBootstrap.StaticResources.Builder.getSecretsList()These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`Bootstrap.StaticResources.getSecretsList()These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`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 SecretModifier and TypeMethodDescriptionBootstrap.StaticResources.Builder.addSecrets(int index, Secret value) These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`Bootstrap.StaticResources.Builder.addSecrets(Secret value) These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`Bootstrap.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 SecretModifier and TypeMethodDescriptionBootstrap.StaticResources.Builder.addAllSecrets(Iterable<? extends Secret> values) These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`