| Package | Description |
|---|---|
| envoy.api.v2.core |
| Modifier and Type | Method and Description |
|---|---|
GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.Builder.build() |
GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.Builder.buildPartial() |
GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcServiceOrBuilder.getCredentials(int index)
A set of credentials that will be composed to form the `channel credentials
<https://grpc.io/docs/guides/auth.html#credential-types>`_.
|
GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.getCredentials(int index)
A set of credentials that will be composed to form the `channel credentials
<https://grpc.io/docs/guides/auth.html#credential-types>`_.
|
GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Builder.getCredentials(int index)
A set of credentials that will be composed to form the `channel credentials
<https://grpc.io/docs/guides/auth.html#credential-types>`_.
|
static GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.getDefaultInstance() |
GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.getDefaultInstanceForType() |
GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.Builder.getDefaultInstanceForType() |
static GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.parseDelimitedFrom(InputStream input) |
static GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.parseFrom(byte[] data) |
static GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.parseFrom(ByteBuffer data) |
static GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.parseFrom(com.google.protobuf.ByteString data) |
static GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.parseFrom(com.google.protobuf.CodedInputStream input) |
static GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.parseFrom(InputStream input) |
static GrpcServiceOuterClass.GrpcService.Credentials |
GrpcServiceOuterClass.GrpcService.Credentials.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<GrpcServiceOuterClass.GrpcService.Credentials> |
GrpcServiceOuterClass.GrpcServiceOrBuilder.getCredentialsList()
A set of credentials that will be composed to form the `channel credentials
<https://grpc.io/docs/guides/auth.html#credential-types>`_.
|
List<GrpcServiceOuterClass.GrpcService.Credentials> |
GrpcServiceOuterClass.GrpcService.getCredentialsList()
A set of credentials that will be composed to form the `channel credentials
<https://grpc.io/docs/guides/auth.html#credential-types>`_.
|
List<GrpcServiceOuterClass.GrpcService.Credentials> |
GrpcServiceOuterClass.GrpcService.Builder.getCredentialsList()
A set of credentials that will be composed to form the `channel credentials
<https://grpc.io/docs/guides/auth.html#credential-types>`_.
|
com.google.protobuf.Parser<GrpcServiceOuterClass.GrpcService.Credentials> |
GrpcServiceOuterClass.GrpcService.Credentials.getParserForType() |
static com.google.protobuf.Parser<GrpcServiceOuterClass.GrpcService.Credentials> |
GrpcServiceOuterClass.GrpcService.Credentials.parser() |
| Modifier and Type | Method and Description |
|---|---|
GrpcServiceOuterClass.GrpcService.Builder |
GrpcServiceOuterClass.GrpcService.Builder.addCredentials(GrpcServiceOuterClass.GrpcService.Credentials value)
A set of credentials that will be composed to form the `channel credentials
<https://grpc.io/docs/guides/auth.html#credential-types>`_.
|
GrpcServiceOuterClass.GrpcService.Builder |
GrpcServiceOuterClass.GrpcService.Builder.addCredentials(int index,
GrpcServiceOuterClass.GrpcService.Credentials value)
A set of credentials that will be composed to form the `channel credentials
<https://grpc.io/docs/guides/auth.html#credential-types>`_.
|
GrpcServiceOuterClass.GrpcService.Credentials.Builder |
GrpcServiceOuterClass.GrpcService.Credentials.Builder.mergeFrom(GrpcServiceOuterClass.GrpcService.Credentials other) |
static GrpcServiceOuterClass.GrpcService.Credentials.Builder |
GrpcServiceOuterClass.GrpcService.Credentials.newBuilder(GrpcServiceOuterClass.GrpcService.Credentials prototype) |
GrpcServiceOuterClass.GrpcService.Builder |
GrpcServiceOuterClass.GrpcService.Builder.setCredentials(int index,
GrpcServiceOuterClass.GrpcService.Credentials value)
A set of credentials that will be composed to form the `channel credentials
<https://grpc.io/docs/guides/auth.html#credential-types>`_.
|
| Modifier and Type | Method and Description |
|---|---|
GrpcServiceOuterClass.GrpcService.Builder |
GrpcServiceOuterClass.GrpcService.Builder.addAllCredentials(Iterable<? extends GrpcServiceOuterClass.GrpcService.Credentials> values)
A set of credentials that will be composed to form the `channel credentials
<https://grpc.io/docs/guides/auth.html#credential-types>`_.
|
Copyright © 2018 The Envoy Project. All rights reserved.