@BetaApi @Generated(value="by gapic-generator-java") public abstract class FulfillmentsStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
FulfillmentsStub() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close() |
UnaryCallable<GetFulfillmentRequest,Fulfillment> |
getFulfillmentCallable() |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable() |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,FulfillmentsClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
UnaryCallable<UpdateFulfillmentRequest,Fulfillment> |
updateFulfillmentCallable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public UnaryCallable<GetFulfillmentRequest,Fulfillment> getFulfillmentCallable()
public UnaryCallable<UpdateFulfillmentRequest,Fulfillment> updateFulfillmentCallable()
public UnaryCallable<com.google.cloud.location.ListLocationsRequest,FulfillmentsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
public UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
public UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.