Uses of Class
com.google.cloud.translate.v3beta1.GetGlossaryRequest
-
Packages that use GetGlossaryRequest Package Description com.google.cloud.translate.v3beta1 A client to Cloud Translation APIcom.google.cloud.translate.v3beta1.stub -
-
Uses of GetGlossaryRequest in com.google.cloud.translate.v3beta1
Methods in com.google.cloud.translate.v3beta1 that return GetGlossaryRequest Modifier and Type Method Description GetGlossaryRequestGetGlossaryRequest.Builder. build()GetGlossaryRequestGetGlossaryRequest.Builder. buildPartial()static GetGlossaryRequestGetGlossaryRequest. getDefaultInstance()GetGlossaryRequestGetGlossaryRequest.Builder. getDefaultInstanceForType()GetGlossaryRequestGetGlossaryRequest. getDefaultInstanceForType()static GetGlossaryRequestGetGlossaryRequest. parseDelimitedFrom(InputStream input)static GetGlossaryRequestGetGlossaryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGlossaryRequestGetGlossaryRequest. parseFrom(byte[] data)static GetGlossaryRequestGetGlossaryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGlossaryRequestGetGlossaryRequest. parseFrom(com.google.protobuf.ByteString data)static GetGlossaryRequestGetGlossaryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGlossaryRequestGetGlossaryRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetGlossaryRequestGetGlossaryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGlossaryRequestGetGlossaryRequest. parseFrom(InputStream input)static GetGlossaryRequestGetGlossaryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetGlossaryRequestGetGlossaryRequest. parseFrom(ByteBuffer data)static GetGlossaryRequestGetGlossaryRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.translate.v3beta1 that return types with arguments of type GetGlossaryRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetGlossaryRequest,Glossary>TranslationServiceGrpc. getGetGlossaryMethod()com.google.api.gax.rpc.UnaryCallable<GetGlossaryRequest,Glossary>TranslationServiceClient. getGlossaryCallable()Gets a glossary.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGlossaryRequest,Glossary>TranslationServiceSettings.Builder. getGlossarySettings()Returns the builder for the settings used for calls to getGlossary.com.google.api.gax.rpc.UnaryCallSettings<GetGlossaryRequest,Glossary>TranslationServiceSettings. getGlossarySettings()Returns the object with the settings used for calls to getGlossary.com.google.protobuf.Parser<GetGlossaryRequest>GetGlossaryRequest. getParserForType()static com.google.protobuf.Parser<GetGlossaryRequest>GetGlossaryRequest. parser()Methods in com.google.cloud.translate.v3beta1 with parameters of type GetGlossaryRequest Modifier and Type Method Description GlossaryTranslationServiceClient. getGlossary(GetGlossaryRequest request)Gets a glossary.default voidTranslationServiceGrpc.AsyncService. getGlossary(GetGlossaryRequest request, io.grpc.stub.StreamObserver<Glossary> responseObserver)Gets a glossary.GlossaryTranslationServiceGrpc.TranslationServiceBlockingStub. getGlossary(GetGlossaryRequest request)Gets a glossary.com.google.common.util.concurrent.ListenableFuture<Glossary>TranslationServiceGrpc.TranslationServiceFutureStub. getGlossary(GetGlossaryRequest request)Gets a glossary.voidTranslationServiceGrpc.TranslationServiceStub. getGlossary(GetGlossaryRequest request, io.grpc.stub.StreamObserver<Glossary> responseObserver)Gets a glossary.GetGlossaryRequest.BuilderGetGlossaryRequest.Builder. mergeFrom(GetGlossaryRequest other)static GetGlossaryRequest.BuilderGetGlossaryRequest. newBuilder(GetGlossaryRequest prototype) -
Uses of GetGlossaryRequest in com.google.cloud.translate.v3beta1.stub
Methods in com.google.cloud.translate.v3beta1.stub that return types with arguments of type GetGlossaryRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetGlossaryRequest,Glossary>GrpcTranslationServiceStub. getGlossaryCallable()com.google.api.gax.rpc.UnaryCallable<GetGlossaryRequest,Glossary>HttpJsonTranslationServiceStub. getGlossaryCallable()com.google.api.gax.rpc.UnaryCallable<GetGlossaryRequest,Glossary>TranslationServiceStub. getGlossaryCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetGlossaryRequest,Glossary>TranslationServiceStubSettings.Builder. getGlossarySettings()Returns the builder for the settings used for calls to getGlossary.com.google.api.gax.rpc.UnaryCallSettings<GetGlossaryRequest,Glossary>TranslationServiceStubSettings. getGlossarySettings()Returns the object with the settings used for calls to getGlossary.
-