| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.auth | |
| io.envoyproxy.envoy.config.bootstrap.v2 |
| Modifier and Type | Method and Description |
|---|---|
Secret |
Secret.Builder.build() |
Secret |
Secret.Builder.buildPartial() |
static Secret |
Secret.getDefaultInstance() |
Secret |
Secret.getDefaultInstanceForType() |
Secret |
Secret.Builder.getDefaultInstanceForType() |
static Secret |
Secret.parseDelimitedFrom(InputStream input) |
static Secret |
Secret.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Secret |
Secret.parseFrom(byte[] data) |
static Secret |
Secret.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Secret |
Secret.parseFrom(ByteBuffer data) |
static Secret |
Secret.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Secret |
Secret.parseFrom(com.google.protobuf.ByteString data) |
static Secret |
Secret.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Secret |
Secret.parseFrom(com.google.protobuf.CodedInputStream input) |
static Secret |
Secret.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Secret |
Secret.parseFrom(InputStream input) |
static Secret |
Secret.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Secret> |
Secret.getParserForType() |
static com.google.protobuf.Parser<Secret> |
Secret.parser() |
| Modifier and Type | Method and Description |
|---|---|
Secret.Builder |
Secret.Builder.mergeFrom(Secret other) |
static Secret.Builder |
Secret.newBuilder(Secret prototype) |
| Modifier and Type | Method and Description |
|---|---|
Secret |
Bootstrap.StaticResourcesOrBuilder.getSecrets(int index)
These static secrets can be used by :ref:`SdsSecretConfig
<envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3; |
Secret |
Bootstrap.StaticResources.getSecrets(int index)
These static secrets can be used by :ref:`SdsSecretConfig
<envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3; |
Secret |
Bootstrap.StaticResources.Builder.getSecrets(int index)
These static secrets can be used by :ref:`SdsSecretConfig
<envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3; |
| Modifier and Type | Method and Description |
|---|---|
List<Secret> |
Bootstrap.StaticResourcesOrBuilder.getSecretsList()
These static secrets can be used by :ref:`SdsSecretConfig
<envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3; |
List<Secret> |
Bootstrap.StaticResources.getSecretsList()
These static secrets can be used by :ref:`SdsSecretConfig
<envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3; |
List<Secret> |
Bootstrap.StaticResources.Builder.getSecretsList()
These static secrets can be used by :ref:`SdsSecretConfig
<envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3; |
| Modifier and Type | Method and Description |
|---|---|
Bootstrap.StaticResources.Builder |
Bootstrap.StaticResources.Builder.addSecrets(int index,
Secret value)
These static secrets can be used by :ref:`SdsSecretConfig
<envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3; |
Bootstrap.StaticResources.Builder |
Bootstrap.StaticResources.Builder.addSecrets(Secret value)
These static secrets can be used by :ref:`SdsSecretConfig
<envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3; |
Bootstrap.StaticResources.Builder |
Bootstrap.StaticResources.Builder.setSecrets(int index,
Secret value)
These static secrets can be used by :ref:`SdsSecretConfig
<envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3; |
| Modifier and Type | Method and Description |
|---|---|
Bootstrap.StaticResources.Builder |
Bootstrap.StaticResources.Builder.addAllSecrets(Iterable<? extends Secret> values)
These static secrets can be used by :ref:`SdsSecretConfig
<envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3; |
Copyright © 2018–2021 The Envoy Project. All rights reserved.