Uses of Class
com.google.cloud.translate.v3beta1.ListGlossariesRequest
-
Packages that use ListGlossariesRequest Package Description com.google.cloud.translate.v3beta1 A client to Cloud Translation APIcom.google.cloud.translate.v3beta1.stub -
-
Uses of ListGlossariesRequest in com.google.cloud.translate.v3beta1
Methods in com.google.cloud.translate.v3beta1 that return ListGlossariesRequest Modifier and Type Method Description ListGlossariesRequestListGlossariesRequest.Builder. build()ListGlossariesRequestListGlossariesRequest.Builder. buildPartial()static ListGlossariesRequestListGlossariesRequest. getDefaultInstance()ListGlossariesRequestListGlossariesRequest.Builder. getDefaultInstanceForType()ListGlossariesRequestListGlossariesRequest. getDefaultInstanceForType()static ListGlossariesRequestListGlossariesRequest. parseDelimitedFrom(InputStream input)static ListGlossariesRequestListGlossariesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGlossariesRequestListGlossariesRequest. parseFrom(byte[] data)static ListGlossariesRequestListGlossariesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGlossariesRequestListGlossariesRequest. parseFrom(com.google.protobuf.ByteString data)static ListGlossariesRequestListGlossariesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGlossariesRequestListGlossariesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListGlossariesRequestListGlossariesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGlossariesRequestListGlossariesRequest. parseFrom(InputStream input)static ListGlossariesRequestListGlossariesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListGlossariesRequestListGlossariesRequest. parseFrom(ByteBuffer data)static ListGlossariesRequestListGlossariesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.translate.v3beta1 that return types with arguments of type ListGlossariesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListGlossariesRequest,ListGlossariesResponse>TranslationServiceGrpc. getListGlossariesMethod()com.google.protobuf.Parser<ListGlossariesRequest>ListGlossariesRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListGlossariesRequest,ListGlossariesResponse>TranslationServiceClient. listGlossariesCallable()Lists glossaries in a project.com.google.api.gax.rpc.UnaryCallable<ListGlossariesRequest,TranslationServiceClient.ListGlossariesPagedResponse>TranslationServiceClient. listGlossariesPagedCallable()Lists glossaries in a project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListGlossariesRequest,ListGlossariesResponse,TranslationServiceClient.ListGlossariesPagedResponse>TranslationServiceSettings.Builder. listGlossariesSettings()Returns the builder for the settings used for calls to listGlossaries.com.google.api.gax.rpc.PagedCallSettings<ListGlossariesRequest,ListGlossariesResponse,TranslationServiceClient.ListGlossariesPagedResponse>TranslationServiceSettings. listGlossariesSettings()Returns the object with the settings used for calls to listGlossaries.static com.google.protobuf.Parser<ListGlossariesRequest>ListGlossariesRequest. parser()Methods in com.google.cloud.translate.v3beta1 with parameters of type ListGlossariesRequest Modifier and Type Method Description TranslationServiceClient.ListGlossariesPagedResponseTranslationServiceClient. listGlossaries(ListGlossariesRequest request)Lists glossaries in a project.default voidTranslationServiceGrpc.AsyncService. listGlossaries(ListGlossariesRequest request, io.grpc.stub.StreamObserver<ListGlossariesResponse> responseObserver)Lists glossaries in a project.ListGlossariesResponseTranslationServiceGrpc.TranslationServiceBlockingStub. listGlossaries(ListGlossariesRequest request)Lists glossaries in a project.com.google.common.util.concurrent.ListenableFuture<ListGlossariesResponse>TranslationServiceGrpc.TranslationServiceFutureStub. listGlossaries(ListGlossariesRequest request)Lists glossaries in a project.voidTranslationServiceGrpc.TranslationServiceStub. listGlossaries(ListGlossariesRequest request, io.grpc.stub.StreamObserver<ListGlossariesResponse> responseObserver)Lists glossaries in a project.ListGlossariesRequest.BuilderListGlossariesRequest.Builder. mergeFrom(ListGlossariesRequest other)static ListGlossariesRequest.BuilderListGlossariesRequest. newBuilder(ListGlossariesRequest prototype)Method parameters in com.google.cloud.translate.v3beta1 with type arguments of type ListGlossariesRequest Modifier and Type Method Description 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) -
Uses of ListGlossariesRequest in com.google.cloud.translate.v3beta1.stub
Methods in com.google.cloud.translate.v3beta1.stub that return types with arguments of type ListGlossariesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListGlossariesRequest,ListGlossariesResponse>GrpcTranslationServiceStub. listGlossariesCallable()com.google.api.gax.rpc.UnaryCallable<ListGlossariesRequest,ListGlossariesResponse>HttpJsonTranslationServiceStub. listGlossariesCallable()com.google.api.gax.rpc.UnaryCallable<ListGlossariesRequest,ListGlossariesResponse>TranslationServiceStub. listGlossariesCallable()com.google.api.gax.rpc.UnaryCallable<ListGlossariesRequest,TranslationServiceClient.ListGlossariesPagedResponse>GrpcTranslationServiceStub. listGlossariesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListGlossariesRequest,TranslationServiceClient.ListGlossariesPagedResponse>HttpJsonTranslationServiceStub. listGlossariesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListGlossariesRequest,TranslationServiceClient.ListGlossariesPagedResponse>TranslationServiceStub. listGlossariesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListGlossariesRequest,ListGlossariesResponse,TranslationServiceClient.ListGlossariesPagedResponse>TranslationServiceStubSettings.Builder. listGlossariesSettings()Returns the builder for the settings used for calls to listGlossaries.com.google.api.gax.rpc.PagedCallSettings<ListGlossariesRequest,ListGlossariesResponse,TranslationServiceClient.ListGlossariesPagedResponse>TranslationServiceStubSettings. listGlossariesSettings()Returns the object with the settings used for calls to listGlossaries.
-