Uses of Class
com.google.cloud.translate.v3.DeleteGlossaryRequest
-
Packages that use DeleteGlossaryRequest Package Description com.google.cloud.translate.v3 A client to Cloud Translation APIcom.google.cloud.translate.v3.stub -
-
Uses of DeleteGlossaryRequest in com.google.cloud.translate.v3
Methods in com.google.cloud.translate.v3 that return DeleteGlossaryRequest Modifier and Type Method Description DeleteGlossaryRequestDeleteGlossaryRequest.Builder. build()DeleteGlossaryRequestDeleteGlossaryRequest.Builder. buildPartial()static DeleteGlossaryRequestDeleteGlossaryRequest. getDefaultInstance()DeleteGlossaryRequestDeleteGlossaryRequest.Builder. getDefaultInstanceForType()DeleteGlossaryRequestDeleteGlossaryRequest. getDefaultInstanceForType()static DeleteGlossaryRequestDeleteGlossaryRequest. parseDelimitedFrom(InputStream input)static DeleteGlossaryRequestDeleteGlossaryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteGlossaryRequestDeleteGlossaryRequest. parseFrom(byte[] data)static DeleteGlossaryRequestDeleteGlossaryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteGlossaryRequestDeleteGlossaryRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteGlossaryRequestDeleteGlossaryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteGlossaryRequestDeleteGlossaryRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteGlossaryRequestDeleteGlossaryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteGlossaryRequestDeleteGlossaryRequest. parseFrom(InputStream input)static DeleteGlossaryRequestDeleteGlossaryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteGlossaryRequestDeleteGlossaryRequest. parseFrom(ByteBuffer data)static DeleteGlossaryRequestDeleteGlossaryRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.translate.v3 that return types with arguments of type DeleteGlossaryRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteGlossaryRequest,com.google.longrunning.Operation>TranslationServiceClient. deleteGlossaryCallable()Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.com.google.api.gax.rpc.OperationCallable<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>TranslationServiceClient. deleteGlossaryOperationCallable()Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>TranslationServiceSettings.Builder. deleteGlossaryOperationSettings()Returns the builder for the settings used for calls to deleteGlossary.com.google.api.gax.rpc.OperationCallSettings<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>TranslationServiceSettings. deleteGlossaryOperationSettings()Returns the object with the settings used for calls to deleteGlossary.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteGlossaryRequest,com.google.longrunning.Operation>TranslationServiceSettings.Builder. deleteGlossarySettings()Returns the builder for the settings used for calls to deleteGlossary.com.google.api.gax.rpc.UnaryCallSettings<DeleteGlossaryRequest,com.google.longrunning.Operation>TranslationServiceSettings. deleteGlossarySettings()Returns the object with the settings used for calls to deleteGlossary.static io.grpc.MethodDescriptor<DeleteGlossaryRequest,com.google.longrunning.Operation>TranslationServiceGrpc. getDeleteGlossaryMethod()com.google.protobuf.Parser<DeleteGlossaryRequest>DeleteGlossaryRequest. getParserForType()static com.google.protobuf.Parser<DeleteGlossaryRequest>DeleteGlossaryRequest. parser()Methods in com.google.cloud.translate.v3 with parameters of type DeleteGlossaryRequest Modifier and Type Method Description default voidTranslationServiceGrpc.AsyncService. deleteGlossary(DeleteGlossaryRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.com.google.longrunning.OperationTranslationServiceGrpc.TranslationServiceBlockingStub. deleteGlossary(DeleteGlossaryRequest request)Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>TranslationServiceGrpc.TranslationServiceFutureStub. deleteGlossary(DeleteGlossaryRequest request)Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.voidTranslationServiceGrpc.TranslationServiceStub. deleteGlossary(DeleteGlossaryRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.com.google.api.gax.longrunning.OperationFuture<DeleteGlossaryResponse,DeleteGlossaryMetadata>TranslationServiceClient. deleteGlossaryAsync(DeleteGlossaryRequest request)Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.DeleteGlossaryRequest.BuilderDeleteGlossaryRequest.Builder. mergeFrom(DeleteGlossaryRequest other)static DeleteGlossaryRequest.BuilderDeleteGlossaryRequest. newBuilder(DeleteGlossaryRequest prototype) -
Uses of DeleteGlossaryRequest in com.google.cloud.translate.v3.stub
Methods in com.google.cloud.translate.v3.stub that return types with arguments of type DeleteGlossaryRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteGlossaryRequest,com.google.longrunning.Operation>GrpcTranslationServiceStub. deleteGlossaryCallable()com.google.api.gax.rpc.UnaryCallable<DeleteGlossaryRequest,com.google.longrunning.Operation>HttpJsonTranslationServiceStub. deleteGlossaryCallable()com.google.api.gax.rpc.UnaryCallable<DeleteGlossaryRequest,com.google.longrunning.Operation>TranslationServiceStub. deleteGlossaryCallable()com.google.api.gax.rpc.OperationCallable<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>GrpcTranslationServiceStub. deleteGlossaryOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>HttpJsonTranslationServiceStub. deleteGlossaryOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>TranslationServiceStub. deleteGlossaryOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>TranslationServiceStubSettings.Builder. deleteGlossaryOperationSettings()Returns the builder for the settings used for calls to deleteGlossary.com.google.api.gax.rpc.OperationCallSettings<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>TranslationServiceStubSettings. deleteGlossaryOperationSettings()Returns the object with the settings used for calls to deleteGlossary.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteGlossaryRequest,com.google.longrunning.Operation>TranslationServiceStubSettings.Builder. deleteGlossarySettings()Returns the builder for the settings used for calls to deleteGlossary.com.google.api.gax.rpc.UnaryCallSettings<DeleteGlossaryRequest,com.google.longrunning.Operation>TranslationServiceStubSettings. deleteGlossarySettings()Returns the object with the settings used for calls to deleteGlossary.
-