Uses of Class
com.google.cloud.dataform.v1beta1.DataformClient.ListLocationsPagedResponse
-
Packages that use DataformClient.ListLocationsPagedResponse Package Description com.google.cloud.dataform.v1beta1 A client to Dataform APIcom.google.cloud.dataform.v1beta1.stub -
-
Uses of DataformClient.ListLocationsPagedResponse in com.google.cloud.dataform.v1beta1
Methods in com.google.cloud.dataform.v1beta1 that return DataformClient.ListLocationsPagedResponse Modifier and Type Method Description DataformClient.ListLocationsPagedResponse
DataformClient. listLocations(com.google.cloud.location.ListLocationsRequest request)
Lists information about the supported locations for this service.Methods in com.google.cloud.dataform.v1beta1 that return types with arguments of type DataformClient.ListLocationsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataformClient.ListLocationsPagedResponse>
DataformClient.ListLocationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,com.google.cloud.location.Location> context, com.google.api.core.ApiFuture<com.google.cloud.location.ListLocationsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,DataformClient.ListLocationsPagedResponse>
DataformClient. listLocationsPagedCallable()
Lists information about the supported locations for this service.com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,DataformClient.ListLocationsPagedResponse>
DataformSettings.Builder. listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,DataformClient.ListLocationsPagedResponse>
DataformSettings. listLocationsSettings()
Returns the object with the settings used for calls to listLocations. -
Uses of DataformClient.ListLocationsPagedResponse in com.google.cloud.dataform.v1beta1.stub
Methods in com.google.cloud.dataform.v1beta1.stub that return types with arguments of type DataformClient.ListLocationsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,DataformClient.ListLocationsPagedResponse>
DataformStub. listLocationsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,DataformClient.ListLocationsPagedResponse>
GrpcDataformStub. listLocationsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,DataformClient.ListLocationsPagedResponse>
HttpJsonDataformStub. listLocationsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,DataformClient.ListLocationsPagedResponse>
DataformStubSettings.Builder. listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,DataformClient.ListLocationsPagedResponse>
DataformStubSettings. listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
-