Uses of Class
com.google.cloud.dialogflow.cx.v3.GetPageRequest
-
Packages that use GetPageRequest Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3.stub -
-
Uses of GetPageRequest in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return GetPageRequest Modifier and Type Method Description GetPageRequestGetPageRequest.Builder. build()GetPageRequestGetPageRequest.Builder. buildPartial()static GetPageRequestGetPageRequest. getDefaultInstance()GetPageRequestGetPageRequest.Builder. getDefaultInstanceForType()GetPageRequestGetPageRequest. getDefaultInstanceForType()static GetPageRequestGetPageRequest. parseDelimitedFrom(InputStream input)static GetPageRequestGetPageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPageRequestGetPageRequest. parseFrom(byte[] data)static GetPageRequestGetPageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPageRequestGetPageRequest. parseFrom(com.google.protobuf.ByteString data)static GetPageRequestGetPageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPageRequestGetPageRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetPageRequestGetPageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPageRequestGetPageRequest. parseFrom(InputStream input)static GetPageRequestGetPageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetPageRequestGetPageRequest. parseFrom(ByteBuffer data)static GetPageRequestGetPageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.cx.v3 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.v3 with parameters of type GetPageRequest Modifier and Type Method Description PagePagesClient. getPage(GetPageRequest request)Retrieves the specified page.default voidPagesGrpc.AsyncService. getPage(GetPageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)Retrieves the specified page.PagePagesGrpc.PagesBlockingStub. getPage(GetPageRequest request)Retrieves the specified page.com.google.common.util.concurrent.ListenableFuture<Page>PagesGrpc.PagesFutureStub. getPage(GetPageRequest request)Retrieves the specified page.voidPagesGrpc.PagesStub. getPage(GetPageRequest request, io.grpc.stub.StreamObserver<Page> responseObserver)Retrieves the specified page.GetPageRequest.BuilderGetPageRequest.Builder. mergeFrom(GetPageRequest other)static GetPageRequest.BuilderGetPageRequest. newBuilder(GetPageRequest prototype) -
Uses of GetPageRequest in com.google.cloud.dialogflow.cx.v3.stub
Methods in com.google.cloud.dialogflow.cx.v3.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.
-