@BetaApi @Generated(value="by gapic-generator-java") public abstract class IntentsStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
IntentsStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<CreateIntentRequest,Intent> |
createIntentCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteIntentRequest,com.google.protobuf.Empty> |
deleteIntentCallable() |
com.google.api.gax.rpc.UnaryCallable<ExportIntentsRequest,com.google.longrunning.Operation> |
exportIntentsCallable() |
com.google.api.gax.rpc.OperationCallable<ExportIntentsRequest,ExportIntentsResponse,ExportIntentsMetadata> |
exportIntentsOperationCallable() |
com.google.api.gax.httpjson.longrunning.stub.OperationsStub |
getHttpJsonOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<GetIntentRequest,Intent> |
getIntentCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
com.google.longrunning.stub.OperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<ImportIntentsRequest,com.google.longrunning.Operation> |
importIntentsCallable() |
com.google.api.gax.rpc.OperationCallable<ImportIntentsRequest,ImportIntentsResponse,ImportIntentsMetadata> |
importIntentsOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,ListIntentsResponse> |
listIntentsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,IntentsClient.ListIntentsPagedResponse> |
listIntentsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,IntentsClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateIntentRequest,Intent> |
updateIntentCallable() |
public com.google.longrunning.stub.OperationsStub getOperationsStub()
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
public com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,IntentsClient.ListIntentsPagedResponse> listIntentsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListIntentsRequest,ListIntentsResponse> listIntentsCallable()
public com.google.api.gax.rpc.UnaryCallable<GetIntentRequest,Intent> getIntentCallable()
public com.google.api.gax.rpc.UnaryCallable<CreateIntentRequest,Intent> createIntentCallable()
public com.google.api.gax.rpc.UnaryCallable<UpdateIntentRequest,Intent> updateIntentCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteIntentRequest,com.google.protobuf.Empty> deleteIntentCallable()
public com.google.api.gax.rpc.OperationCallable<ImportIntentsRequest,ImportIntentsResponse,ImportIntentsMetadata> importIntentsOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<ImportIntentsRequest,com.google.longrunning.Operation> importIntentsCallable()
public com.google.api.gax.rpc.OperationCallable<ExportIntentsRequest,ExportIntentsResponse,ExportIntentsMetadata> exportIntentsOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<ExportIntentsRequest,com.google.longrunning.Operation> exportIntentsCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,IntentsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2025 Google LLC. All rights reserved.