Uses of Class
com.google.cloud.translate.v3.GetGlossaryRequest
-
Packages that use GetGlossaryRequest Package Description com.google.cloud.translate.v3 A client to Cloud Translation APIcom.google.cloud.translate.v3.stub -
-
Uses of GetGlossaryRequest in com.google.cloud.translate.v3
Methods in com.google.cloud.translate.v3 that return GetGlossaryRequest Modifier and Type Method Description GetGlossaryRequest
GetGlossaryRequest.Builder. build()
GetGlossaryRequest
GetGlossaryRequest.Builder. buildPartial()
static GetGlossaryRequest
GetGlossaryRequest. getDefaultInstance()
GetGlossaryRequest
GetGlossaryRequest.Builder. getDefaultInstanceForType()
GetGlossaryRequest
GetGlossaryRequest. getDefaultInstanceForType()
static GetGlossaryRequest
GetGlossaryRequest. parseDelimitedFrom(InputStream input)
static GetGlossaryRequest
GetGlossaryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGlossaryRequest
GetGlossaryRequest. parseFrom(byte[] data)
static GetGlossaryRequest
GetGlossaryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGlossaryRequest
GetGlossaryRequest. parseFrom(com.google.protobuf.ByteString data)
static GetGlossaryRequest
GetGlossaryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGlossaryRequest
GetGlossaryRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetGlossaryRequest
GetGlossaryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGlossaryRequest
GetGlossaryRequest. parseFrom(InputStream input)
static GetGlossaryRequest
GetGlossaryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetGlossaryRequest
GetGlossaryRequest. parseFrom(ByteBuffer data)
static GetGlossaryRequest
GetGlossaryRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.translate.v3 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.v3 with parameters of type GetGlossaryRequest Modifier and Type Method Description Glossary
TranslationServiceClient. getGlossary(GetGlossaryRequest request)
Gets a glossary.default void
TranslationServiceGrpc.AsyncService. getGlossary(GetGlossaryRequest request, io.grpc.stub.StreamObserver<Glossary> responseObserver)
Gets a glossary.Glossary
TranslationServiceGrpc.TranslationServiceBlockingStub. getGlossary(GetGlossaryRequest request)
Gets a glossary.com.google.common.util.concurrent.ListenableFuture<Glossary>
TranslationServiceGrpc.TranslationServiceFutureStub. getGlossary(GetGlossaryRequest request)
Gets a glossary.void
TranslationServiceGrpc.TranslationServiceStub. getGlossary(GetGlossaryRequest request, io.grpc.stub.StreamObserver<Glossary> responseObserver)
Gets a glossary.GetGlossaryRequest.Builder
GetGlossaryRequest.Builder. mergeFrom(GetGlossaryRequest other)
static GetGlossaryRequest.Builder
GetGlossaryRequest. newBuilder(GetGlossaryRequest prototype)
-
Uses of GetGlossaryRequest in com.google.cloud.translate.v3.stub
Methods in com.google.cloud.translate.v3.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.
-