Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.GetPageRequest
-
Packages that use GetPageRequest Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of GetPageRequest in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return GetPageRequest Modifier and Type Method Description GetPageRequest
GetPageRequest.Builder. build()
GetPageRequest
GetPageRequest.Builder. buildPartial()
static GetPageRequest
GetPageRequest. getDefaultInstance()
GetPageRequest
GetPageRequest.Builder. getDefaultInstanceForType()
GetPageRequest
GetPageRequest. getDefaultInstanceForType()
static GetPageRequest
GetPageRequest. parseDelimitedFrom(InputStream input)
static GetPageRequest
GetPageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPageRequest
GetPageRequest. parseFrom(byte[] data)
static GetPageRequest
GetPageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPageRequest
GetPageRequest. parseFrom(com.google.protobuf.ByteString data)
static GetPageRequest
GetPageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPageRequest
GetPageRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetPageRequest
GetPageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPageRequest
GetPageRequest. parseFrom(InputStream input)
static GetPageRequest
GetPageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetPageRequest
GetPageRequest. parseFrom(ByteBuffer data)
static GetPageRequest
GetPageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type GetPageRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetPageRequest,Page>
PagesGrpc. getGetPageMethod()
com.google.api.gax.rpc.UnaryCallable<GetPageRequest,Page>
PagesClient. getPageCallable()
Retrieves the specified page.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPageRequest,Page>
PagesSettings.Builder. getPageSettings()
Returns the builder for the settings used for calls to getPage.com.google.api.gax.rpc.UnaryCallSettings<GetPageRequest,Page>
PagesSettings. getPageSettings()
Returns the object with the settings used for calls to getPage.com.google.protobuf.Parser<GetPageRequest>
GetPageRequest. getParserForType()
static com.google.protobuf.Parser<GetPageRequest>
GetPageRequest. parser()
Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type GetPageRequest Modifier and Type Method Description Page
PagesClient. getPage(GetPageRequest request)
Retrieves the specified page.default void
PagesGrpc.AsyncService. getPage(GetPageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
Retrieves the specified page.Page
PagesGrpc.PagesBlockingStub. getPage(GetPageRequest request)
Retrieves the specified page.com.google.common.util.concurrent.ListenableFuture<Page>
PagesGrpc.PagesFutureStub. getPage(GetPageRequest request)
Retrieves the specified page.void
PagesGrpc.PagesStub. getPage(GetPageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)
Retrieves the specified page.GetPageRequest.Builder
GetPageRequest.Builder. mergeFrom(GetPageRequest other)
static GetPageRequest.Builder
GetPageRequest. newBuilder(GetPageRequest prototype)
-
Uses of GetPageRequest in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type GetPageRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetPageRequest,Page>
GrpcPagesStub. getPageCallable()
com.google.api.gax.rpc.UnaryCallable<GetPageRequest,Page>
HttpJsonPagesStub. getPageCallable()
com.google.api.gax.rpc.UnaryCallable<GetPageRequest,Page>
PagesStub. getPageCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetPageRequest,Page>
PagesStubSettings.Builder. getPageSettings()
Returns the builder for the settings used for calls to getPage.com.google.api.gax.rpc.UnaryCallSettings<GetPageRequest,Page>
PagesStubSettings. getPageSettings()
Returns the object with the settings used for calls to getPage.
-