Class ChangelogsStub
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.stub.ChangelogsStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcChangelogsStub
,HttpJsonChangelogsStub
@BetaApi @Generated("by gapic-generator-java") public abstract class ChangelogsStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the Changelogs service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description ChangelogsStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<GetChangelogRequest,Changelog>
getChangelogCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationCallable()
com.google.api.gax.rpc.UnaryCallable<ListChangelogsRequest,ListChangelogsResponse>
listChangelogsCallable()
com.google.api.gax.rpc.UnaryCallable<ListChangelogsRequest,ChangelogsClient.ListChangelogsPagedResponse>
listChangelogsPagedCallable()
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,ChangelogsClient.ListLocationsPagedResponse>
listLocationsPagedCallable()
-
-
-
Method Detail
-
listChangelogsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListChangelogsRequest,ChangelogsClient.ListChangelogsPagedResponse> listChangelogsPagedCallable()
-
listChangelogsCallable
public com.google.api.gax.rpc.UnaryCallable<ListChangelogsRequest,ListChangelogsResponse> listChangelogsCallable()
-
getChangelogCallable
public com.google.api.gax.rpc.UnaryCallable<GetChangelogRequest,Changelog> getChangelogCallable()
-
listLocationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,ChangelogsClient.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
-
-