Class VersionsStub
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.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 void
close()
com.google.api.gax.rpc.UnaryCallable<CreateVersionRequest,Version>
createVersionCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteVersionRequest,com.google.protobuf.Empty>
deleteVersionCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationCallable()
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<UpdateVersionRequest,Version>
updateVersionCallable()
-
-
-
Method Detail
-
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()
-
createVersionCallable
public com.google.api.gax.rpc.UnaryCallable<CreateVersionRequest,Version> 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()
-
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:
close
in interfaceAutoCloseable
-
-