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