Uses of Class
com.google.cloud.translate.v3beta1.TranslationServiceClient.ListGlossariesPagedResponse
-
Packages that use TranslationServiceClient.ListGlossariesPagedResponse Package Description com.google.cloud.translate.v3beta1 A client to Cloud Translation APIcom.google.cloud.translate.v3beta1.stub -
-
Uses of TranslationServiceClient.ListGlossariesPagedResponse in com.google.cloud.translate.v3beta1
Methods in com.google.cloud.translate.v3beta1 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, String filter)
Lists glossaries in a project.TranslationServiceClient.ListGlossariesPagedResponse
TranslationServiceClient. listGlossaries(String parent, String filter)
Lists glossaries in a project.Methods in com.google.cloud.translate.v3beta1 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.v3beta1.stub
-