Uses of Class
tech.justen.concord.goodwill.grpc.SecretsProto.SecretFile
Packages that use SecretsProto.SecretFile
-
Uses of SecretsProto.SecretFile in tech.justen.concord.goodwill.grpc
Methods in tech.justen.concord.goodwill.grpc that return SecretsProto.SecretFileModifier and TypeMethodDescriptionSecretsProto.SecretFile.Builder.build()SecretsProto.SecretFile.Builder.buildPartial()SecretServiceGrpc.SecretServiceBlockingStub.exportAsFile(SecretsProto.GetSecretRequest request) static SecretsProto.SecretFileSecretsProto.SecretFile.getDefaultInstance()SecretsProto.SecretFile.Builder.getDefaultInstanceForType()SecretsProto.SecretFile.getDefaultInstanceForType()static SecretsProto.SecretFileSecretsProto.SecretFile.parseDelimitedFrom(InputStream input) static SecretsProto.SecretFileSecretsProto.SecretFile.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecretsProto.SecretFileSecretsProto.SecretFile.parseFrom(byte[] data) static SecretsProto.SecretFileSecretsProto.SecretFile.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecretsProto.SecretFileSecretsProto.SecretFile.parseFrom(com.google.protobuf.ByteString data) static SecretsProto.SecretFileSecretsProto.SecretFile.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecretsProto.SecretFileSecretsProto.SecretFile.parseFrom(com.google.protobuf.CodedInputStream input) static SecretsProto.SecretFileSecretsProto.SecretFile.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecretsProto.SecretFileSecretsProto.SecretFile.parseFrom(InputStream input) static SecretsProto.SecretFileSecretsProto.SecretFile.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecretsProto.SecretFileSecretsProto.SecretFile.parseFrom(ByteBuffer data) static SecretsProto.SecretFileSecretsProto.SecretFile.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.justen.concord.goodwill.grpc that return types with arguments of type SecretsProto.SecretFileModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<SecretsProto.SecretFile> SecretServiceGrpc.SecretServiceFutureStub.exportAsFile(SecretsProto.GetSecretRequest request) static io.grpc.MethodDescriptor<SecretsProto.GetSecretRequest, SecretsProto.SecretFile> SecretServiceGrpc.getExportAsFileMethod()com.google.protobuf.Parser<SecretsProto.SecretFile> SecretsProto.SecretFile.getParserForType()static com.google.protobuf.Parser<SecretsProto.SecretFile> SecretsProto.SecretFile.parser()Methods in tech.justen.concord.goodwill.grpc with parameters of type SecretsProto.SecretFileModifier and TypeMethodDescriptionSecretsProto.SecretFile.Builder.mergeFrom(SecretsProto.SecretFile other) SecretsProto.SecretFile.newBuilder(SecretsProto.SecretFile prototype) Method parameters in tech.justen.concord.goodwill.grpc with type arguments of type SecretsProto.SecretFileModifier and TypeMethodDescriptiondefault voidSecretServiceGrpc.AsyncService.exportAsFile(SecretsProto.GetSecretRequest request, io.grpc.stub.StreamObserver<SecretsProto.SecretFile> responseObserver) voidSecretServiceGrpc.SecretServiceStub.exportAsFile(SecretsProto.GetSecretRequest request, io.grpc.stub.StreamObserver<SecretsProto.SecretFile> responseObserver) -
Uses of SecretsProto.SecretFile in tech.justen.concord.goodwill.service
Method parameters in tech.justen.concord.goodwill.service with type arguments of type SecretsProto.SecretFileModifier and TypeMethodDescriptionvoidGrpcSecretService.exportAsFile(SecretsProto.GetSecretRequest request, io.grpc.stub.StreamObserver<SecretsProto.SecretFile> responseObserver)