Uses of Class
com.google.cloud.translate.v3.Glossary
-
Packages that use Glossary Package Description com.google.cloud.translate.v3 A client to Cloud Translation APIcom.google.cloud.translate.v3.stub -
-
Uses of Glossary in com.google.cloud.translate.v3
Methods in com.google.cloud.translate.v3 that return Glossary Modifier and Type Method Description GlossaryGlossary.Builder. build()GlossaryGlossary.Builder. buildPartial()static GlossaryGlossary. getDefaultInstance()GlossaryGlossary.Builder. getDefaultInstanceForType()GlossaryGlossary. getDefaultInstanceForType()GlossaryListGlossariesResponse.Builder. getGlossaries(int index)The list of glossaries for a project.GlossaryListGlossariesResponse. getGlossaries(int index)The list of glossaries for a project.GlossaryListGlossariesResponseOrBuilder. getGlossaries(int index)The list of glossaries for a project.GlossaryCreateGlossaryRequest.Builder. getGlossary()Required.GlossaryCreateGlossaryRequest. getGlossary()Required.GlossaryCreateGlossaryRequestOrBuilder. getGlossary()Required.GlossaryTranslationServiceClient. getGlossary(GetGlossaryRequest request)Gets a glossary.GlossaryTranslationServiceClient. getGlossary(GlossaryName name)Gets a glossary.GlossaryTranslationServiceClient. getGlossary(String name)Gets a glossary.GlossaryTranslationServiceGrpc.TranslationServiceBlockingStub. getGlossary(GetGlossaryRequest request)Gets a glossary.static GlossaryGlossary. parseDelimitedFrom(InputStream input)static GlossaryGlossary. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GlossaryGlossary. parseFrom(byte[] data)static GlossaryGlossary. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GlossaryGlossary. parseFrom(com.google.protobuf.ByteString data)static GlossaryGlossary. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GlossaryGlossary. parseFrom(com.google.protobuf.CodedInputStream input)static GlossaryGlossary. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GlossaryGlossary. parseFrom(InputStream input)static GlossaryGlossary. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GlossaryGlossary. parseFrom(ByteBuffer data)static GlossaryGlossary. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.translate.v3 that return types with arguments of type Glossary Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Glossary,CreateGlossaryMetadata>TranslationServiceClient. createGlossaryAsync(CreateGlossaryRequest request)Creates a glossary and returns the long-running operation.com.google.api.gax.longrunning.OperationFuture<Glossary,CreateGlossaryMetadata>TranslationServiceClient. createGlossaryAsync(LocationName parent, Glossary glossary)Creates a glossary and returns the long-running operation.com.google.api.gax.longrunning.OperationFuture<Glossary,CreateGlossaryMetadata>TranslationServiceClient. createGlossaryAsync(String parent, Glossary glossary)Creates a glossary and returns the long-running operation.com.google.api.gax.rpc.OperationCallable<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>TranslationServiceClient. createGlossaryOperationCallable()Creates a glossary and returns the long-running operation.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>TranslationServiceSettings.Builder. createGlossaryOperationSettings()Returns the builder for the settings used for calls to createGlossary.com.google.api.gax.rpc.OperationCallSettings<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>TranslationServiceSettings. createGlossaryOperationSettings()Returns the object with the settings used for calls to createGlossary.static io.grpc.MethodDescriptor<GetGlossaryRequest,Glossary>TranslationServiceGrpc. getGetGlossaryMethod()List<Glossary>ListGlossariesResponse.Builder. getGlossariesList()The list of glossaries for a project.List<Glossary>ListGlossariesResponse. getGlossariesList()The list of glossaries for a project.List<Glossary>ListGlossariesResponseOrBuilder. getGlossariesList()The list of glossaries for a project.com.google.common.util.concurrent.ListenableFuture<Glossary>TranslationServiceGrpc.TranslationServiceFutureStub. getGlossary(GetGlossaryRequest request)Gets a glossary.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<Glossary>Glossary. getParserForType()static com.google.protobuf.Parser<Glossary>Glossary. parser()Methods in com.google.cloud.translate.v3 with parameters of type Glossary Modifier and Type Method Description ListGlossariesResponse.BuilderListGlossariesResponse.Builder. addGlossaries(int index, Glossary value)The list of glossaries for a project.ListGlossariesResponse.BuilderListGlossariesResponse.Builder. addGlossaries(Glossary value)The list of glossaries for a project.com.google.api.gax.longrunning.OperationFuture<Glossary,CreateGlossaryMetadata>TranslationServiceClient. createGlossaryAsync(LocationName parent, Glossary glossary)Creates a glossary and returns the long-running operation.com.google.api.gax.longrunning.OperationFuture<Glossary,CreateGlossaryMetadata>TranslationServiceClient. createGlossaryAsync(String parent, Glossary glossary)Creates a glossary and returns the long-running operation.Glossary.BuilderGlossary.Builder. mergeFrom(Glossary other)CreateGlossaryRequest.BuilderCreateGlossaryRequest.Builder. mergeGlossary(Glossary value)Required.static Glossary.BuilderGlossary. newBuilder(Glossary prototype)ListGlossariesResponse.BuilderListGlossariesResponse.Builder. setGlossaries(int index, Glossary value)The list of glossaries for a project.CreateGlossaryRequest.BuilderCreateGlossaryRequest.Builder. setGlossary(Glossary value)Required.Method parameters in com.google.cloud.translate.v3 with type arguments of type Glossary Modifier and Type Method Description ListGlossariesResponse.BuilderListGlossariesResponse.Builder. addAllGlossaries(Iterable<? extends Glossary> values)The list of glossaries for a project.static com.google.api.core.ApiFuture<TranslationServiceClient.ListGlossariesPagedResponse>TranslationServiceClient.ListGlossariesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListGlossariesRequest,ListGlossariesResponse,Glossary> context, com.google.api.core.ApiFuture<ListGlossariesResponse> futureResponse)protected TranslationServiceClient.ListGlossariesPageTranslationServiceClient.ListGlossariesPage. createPage(com.google.api.gax.rpc.PageContext<ListGlossariesRequest,ListGlossariesResponse,Glossary> context, ListGlossariesResponse response)com.google.api.core.ApiFuture<TranslationServiceClient.ListGlossariesPage>TranslationServiceClient.ListGlossariesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListGlossariesRequest,ListGlossariesResponse,Glossary> context, com.google.api.core.ApiFuture<ListGlossariesResponse> futureResponse)default voidTranslationServiceGrpc.AsyncService. getGlossary(GetGlossaryRequest request, io.grpc.stub.StreamObserver<Glossary> responseObserver)Gets a glossary.voidTranslationServiceGrpc.TranslationServiceStub. getGlossary(GetGlossaryRequest request, io.grpc.stub.StreamObserver<Glossary> responseObserver)Gets a glossary. -
Uses of Glossary in com.google.cloud.translate.v3.stub
Methods in com.google.cloud.translate.v3.stub that return types with arguments of type Glossary Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>GrpcTranslationServiceStub. createGlossaryOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>HttpJsonTranslationServiceStub. createGlossaryOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>TranslationServiceStub. createGlossaryOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>TranslationServiceStubSettings.Builder. createGlossaryOperationSettings()Returns the builder for the settings used for calls to createGlossary.com.google.api.gax.rpc.OperationCallSettings<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>TranslationServiceStubSettings. createGlossaryOperationSettings()Returns the object with the settings used for calls to createGlossary.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.
-