Uses of Class
com.google.cloud.batch.v1.BatchServiceClient.ListLocationsPagedResponse
-
Packages that use BatchServiceClient.ListLocationsPagedResponse Package Description com.google.cloud.batch.v1 A client to Batch APIcom.google.cloud.batch.v1.stub -
-
Uses of BatchServiceClient.ListLocationsPagedResponse in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return BatchServiceClient.ListLocationsPagedResponse Modifier and Type Method Description BatchServiceClient.ListLocationsPagedResponse
BatchServiceClient. listLocations(com.google.cloud.location.ListLocationsRequest request)
Lists information about the supported locations for this service.Methods in com.google.cloud.batch.v1 that return types with arguments of type BatchServiceClient.ListLocationsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<BatchServiceClient.ListLocationsPagedResponse>
BatchServiceClient.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,BatchServiceClient.ListLocationsPagedResponse>
BatchServiceClient. 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,BatchServiceClient.ListLocationsPagedResponse>
BatchServiceSettings.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,BatchServiceClient.ListLocationsPagedResponse>
BatchServiceSettings. listLocationsSettings()
Returns the object with the settings used for calls to listLocations. -
Uses of BatchServiceClient.ListLocationsPagedResponse in com.google.cloud.batch.v1.stub
Methods in com.google.cloud.batch.v1.stub that return types with arguments of type BatchServiceClient.ListLocationsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,BatchServiceClient.ListLocationsPagedResponse>
BatchServiceStub. listLocationsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,BatchServiceClient.ListLocationsPagedResponse>
GrpcBatchServiceStub. listLocationsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,BatchServiceClient.ListLocationsPagedResponse>
HttpJsonBatchServiceStub. listLocationsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,BatchServiceClient.ListLocationsPagedResponse>
BatchServiceStubSettings.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,BatchServiceClient.ListLocationsPagedResponse>
BatchServiceStubSettings. listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
-