| Modifier and Type | Method and Description |
|---|---|
GrpcEndpoint |
GrpcEndpoint.Builder.build() |
GrpcEndpoint |
GrpcEndpoint.Builder.buildPartial() |
static GrpcEndpoint |
GrpcEndpoint.getDefaultInstance() |
GrpcEndpoint |
GrpcEndpoint.getDefaultInstanceForType() |
GrpcEndpoint |
GrpcEndpoint.Builder.getDefaultInstanceForType() |
GrpcEndpoint |
CertificateProviderOrBuilder.getGrpcEndpoint()
gRPC specific configuration to access the gRPC server to
obtain the cert and private key.
|
GrpcEndpoint |
ValidationCA.getGrpcEndpoint()
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
|
GrpcEndpoint |
ValidationCA.Builder.getGrpcEndpoint()
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
|
GrpcEndpoint |
CertificateProvider.getGrpcEndpoint()
gRPC specific configuration to access the gRPC server to
obtain the cert and private key.
|
GrpcEndpoint |
CertificateProvider.Builder.getGrpcEndpoint()
gRPC specific configuration to access the gRPC server to
obtain the cert and private key.
|
GrpcEndpoint |
ValidationCAOrBuilder.getGrpcEndpoint()
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
|
static GrpcEndpoint |
GrpcEndpoint.parseDelimitedFrom(InputStream input) |
static GrpcEndpoint |
GrpcEndpoint.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcEndpoint |
GrpcEndpoint.parseFrom(byte[] data) |
static GrpcEndpoint |
GrpcEndpoint.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcEndpoint |
GrpcEndpoint.parseFrom(ByteBuffer data) |
static GrpcEndpoint |
GrpcEndpoint.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcEndpoint |
GrpcEndpoint.parseFrom(com.google.protobuf.ByteString data) |
static GrpcEndpoint |
GrpcEndpoint.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcEndpoint |
GrpcEndpoint.parseFrom(com.google.protobuf.CodedInputStream input) |
static GrpcEndpoint |
GrpcEndpoint.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GrpcEndpoint |
GrpcEndpoint.parseFrom(InputStream input) |
static GrpcEndpoint |
GrpcEndpoint.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<GrpcEndpoint> |
GrpcEndpoint.getParserForType() |
static com.google.protobuf.Parser<GrpcEndpoint> |
GrpcEndpoint.parser() |
| Modifier and Type | Method and Description |
|---|---|
GrpcEndpoint.Builder |
GrpcEndpoint.Builder.mergeFrom(GrpcEndpoint other) |
ValidationCA.Builder |
ValidationCA.Builder.mergeGrpcEndpoint(GrpcEndpoint value)
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
|
CertificateProvider.Builder |
CertificateProvider.Builder.mergeGrpcEndpoint(GrpcEndpoint value)
gRPC specific configuration to access the gRPC server to
obtain the cert and private key.
|
static GrpcEndpoint.Builder |
GrpcEndpoint.newBuilder(GrpcEndpoint prototype) |
ValidationCA.Builder |
ValidationCA.Builder.setGrpcEndpoint(GrpcEndpoint value)
gRPC specific configuration to access the gRPC server to
obtain the CA certificate.
|
CertificateProvider.Builder |
CertificateProvider.Builder.setGrpcEndpoint(GrpcEndpoint value)
gRPC specific configuration to access the gRPC server to
obtain the cert and private key.
|
Copyright © 2024 Google LLC. All rights reserved.