Uses of Class
com.google.cloud.translate.v3.TranslationServiceClient.ListGlossariesPagedResponse
-
Packages that use TranslationServiceClient.ListGlossariesPagedResponse Package Description com.google.cloud.translate.v3 A client to Cloud Translation APIcom.google.cloud.translate.v3.stub -
-
Uses of TranslationServiceClient.ListGlossariesPagedResponse in com.google.cloud.translate.v3
Methods in com.google.cloud.translate.v3 that return TranslationServiceClient.ListGlossariesPagedResponse Modifier and Type Method Description TranslationServiceClient.ListGlossariesPagedResponse
TranslationServiceClient. listGlossaries(ListGlossariesRequest request)
Lists glossaries in a project.TranslationServiceClient.ListGlossariesPagedResponse
TranslationServiceClient. listGlossaries(LocationName parent)
Lists glossaries in a project.TranslationServiceClient.ListGlossariesPagedResponse
TranslationServiceClient. listGlossaries(String parent)
Lists glossaries in a project.Methods in com.google.cloud.translate.v3 that return types with arguments of type TranslationServiceClient.ListGlossariesPagedResponse 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)
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. -
Uses of TranslationServiceClient.ListGlossariesPagedResponse in com.google.cloud.translate.v3.stub
Methods in com.google.cloud.translate.v3.stub that return types with arguments of type TranslationServiceClient.ListGlossariesPagedResponse Modifier and Type Method Description 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.
-