Class VersionsStub
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.stub.VersionsStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcVersionsStub,HttpJsonVersionsStub
@Generated("by gapic-generator-java") public abstract class VersionsStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the Versions service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description VersionsStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<CompareVersionsRequest,CompareVersionsResponse>compareVersionsCallable()com.google.api.gax.rpc.UnaryCallable<CreateVersionRequest,com.google.longrunning.Operation>createVersionCallable()com.google.api.gax.rpc.OperationCallable<CreateVersionRequest,Version,CreateVersionOperationMetadata>createVersionOperationCallable()com.google.api.gax.rpc.UnaryCallable<DeleteVersionRequest,com.google.protobuf.Empty>deleteVersionCallable()com.google.api.gax.httpjson.longrunning.stub.OperationsStubgetHttpJsonOperationsStub()com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>getLocationCallable()com.google.longrunning.stub.OperationsStubgetOperationsStub()com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>getVersionCallable()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,VersionsClient.ListLocationsPagedResponse>listLocationsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,ListVersionsResponse>listVersionsCallable()com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse>listVersionsPagedCallable()com.google.api.gax.rpc.UnaryCallable<LoadVersionRequest,com.google.longrunning.Operation>loadVersionCallable()com.google.api.gax.rpc.OperationCallable<LoadVersionRequest,com.google.protobuf.Empty,com.google.protobuf.Struct>loadVersionOperationCallable()com.google.api.gax.rpc.UnaryCallable<UpdateVersionRequest,Version>updateVersionCallable()
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
getHttpJsonOperationsStub
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
-
listVersionsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse> listVersionsPagedCallable()
-
listVersionsCallable
public com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,ListVersionsResponse> listVersionsCallable()
-
getVersionCallable
public com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version> getVersionCallable()
-
createVersionOperationCallable
public com.google.api.gax.rpc.OperationCallable<CreateVersionRequest,Version,CreateVersionOperationMetadata> createVersionOperationCallable()
-
createVersionCallable
public com.google.api.gax.rpc.UnaryCallable<CreateVersionRequest,com.google.longrunning.Operation> createVersionCallable()
-
updateVersionCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateVersionRequest,Version> updateVersionCallable()
-
deleteVersionCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteVersionRequest,com.google.protobuf.Empty> deleteVersionCallable()
-
loadVersionOperationCallable
public com.google.api.gax.rpc.OperationCallable<LoadVersionRequest,com.google.protobuf.Empty,com.google.protobuf.Struct> loadVersionOperationCallable()
-
loadVersionCallable
public com.google.api.gax.rpc.UnaryCallable<LoadVersionRequest,com.google.longrunning.Operation> loadVersionCallable()
-
compareVersionsCallable
public com.google.api.gax.rpc.UnaryCallable<CompareVersionsRequest,CompareVersionsResponse> compareVersionsCallable()
-
listLocationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,VersionsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
-
listLocationsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
-
getLocationCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-