@BetaApi @Generated(value="by gapic-generator-java") public abstract class IntentsStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
IntentsStub() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public OperationsStub getOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
public UnaryCallable<ListIntentsRequest,IntentsClient.ListIntentsPagedResponse> listIntentsPagedCallable()
public UnaryCallable<ListIntentsRequest,ListIntentsResponse> listIntentsCallable()
public UnaryCallable<GetIntentRequest,Intent> getIntentCallable()
public UnaryCallable<CreateIntentRequest,Intent> createIntentCallable()
public UnaryCallable<UpdateIntentRequest,Intent> updateIntentCallable()
public UnaryCallable<DeleteIntentRequest,Empty> deleteIntentCallable()
public OperationCallable<BatchUpdateIntentsRequest,BatchUpdateIntentsResponse,Struct> batchUpdateIntentsOperationCallable()
public UnaryCallable<BatchUpdateIntentsRequest,Operation> batchUpdateIntentsCallable()
public OperationCallable<BatchDeleteIntentsRequest,Empty,Struct> batchDeleteIntentsOperationCallable()
public UnaryCallable<BatchDeleteIntentsRequest,Operation> batchDeleteIntentsCallable()
public UnaryCallable<com.google.cloud.location.ListLocationsRequest,IntentsClient.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.