Uses of Class
com.google.cloud.dialogflow.v2.ListContextsRequest
-
Packages that use ListContextsRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of ListContextsRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ListContextsRequest Modifier and Type Method Description ListContextsRequestListContextsRequest.Builder. build()ListContextsRequestListContextsRequest.Builder. buildPartial()static ListContextsRequestListContextsRequest. getDefaultInstance()ListContextsRequestListContextsRequest.Builder. getDefaultInstanceForType()ListContextsRequestListContextsRequest. getDefaultInstanceForType()static ListContextsRequestListContextsRequest. parseDelimitedFrom(InputStream input)static ListContextsRequestListContextsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListContextsRequestListContextsRequest. parseFrom(byte[] data)static ListContextsRequestListContextsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListContextsRequestListContextsRequest. parseFrom(com.google.protobuf.ByteString data)static ListContextsRequestListContextsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListContextsRequestListContextsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListContextsRequestListContextsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListContextsRequestListContextsRequest. parseFrom(InputStream input)static ListContextsRequestListContextsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListContextsRequestListContextsRequest. parseFrom(ByteBuffer data)static ListContextsRequestListContextsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type ListContextsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListContextsRequest,ListContextsResponse>ContextsGrpc. getListContextsMethod()com.google.protobuf.Parser<ListContextsRequest>ListContextsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,ListContextsResponse>ContextsClient. listContextsCallable()Returns the list of all contexts in the specified session.com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,ContextsClient.ListContextsPagedResponse>ContextsClient. listContextsPagedCallable()Returns the list of all contexts in the specified session.com.google.api.gax.rpc.PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse,ContextsClient.ListContextsPagedResponse>ContextsSettings.Builder. listContextsSettings()Returns the builder for the settings used for calls to listContexts.com.google.api.gax.rpc.PagedCallSettings<ListContextsRequest,ListContextsResponse,ContextsClient.ListContextsPagedResponse>ContextsSettings. listContextsSettings()Returns the object with the settings used for calls to listContexts.static com.google.protobuf.Parser<ListContextsRequest>ListContextsRequest. parser()Methods in com.google.cloud.dialogflow.v2 with parameters of type ListContextsRequest Modifier and Type Method Description ContextsClient.ListContextsPagedResponseContextsClient. listContexts(ListContextsRequest request)Returns the list of all contexts in the specified session.default voidContextsGrpc.AsyncService. listContexts(ListContextsRequest request, io.grpc.stub.StreamObserver<ListContextsResponse> responseObserver)Returns the list of all contexts in the specified session.ListContextsResponseContextsGrpc.ContextsBlockingStub. listContexts(ListContextsRequest request)Returns the list of all contexts in the specified session.com.google.common.util.concurrent.ListenableFuture<ListContextsResponse>ContextsGrpc.ContextsFutureStub. listContexts(ListContextsRequest request)Returns the list of all contexts in the specified session.voidContextsGrpc.ContextsStub. listContexts(ListContextsRequest request, io.grpc.stub.StreamObserver<ListContextsResponse> responseObserver)Returns the list of all contexts in the specified session.ListContextsRequest.BuilderListContextsRequest.Builder. mergeFrom(ListContextsRequest other)static ListContextsRequest.BuilderListContextsRequest. newBuilder(ListContextsRequest prototype)Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type ListContextsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<ContextsClient.ListContextsPagedResponse>ContextsClient.ListContextsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, com.google.api.core.ApiFuture<ListContextsResponse> futureResponse)protected ContextsClient.ListContextsPageContextsClient.ListContextsPage. createPage(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, ListContextsResponse response)com.google.api.core.ApiFuture<ContextsClient.ListContextsPage>ContextsClient.ListContextsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, com.google.api.core.ApiFuture<ListContextsResponse> futureResponse) -
Uses of ListContextsRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type ListContextsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,ListContextsResponse>ContextsStub. listContextsCallable()com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,ListContextsResponse>GrpcContextsStub. listContextsCallable()com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,ListContextsResponse>HttpJsonContextsStub. listContextsCallable()com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,ContextsClient.ListContextsPagedResponse>ContextsStub. listContextsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,ContextsClient.ListContextsPagedResponse>GrpcContextsStub. listContextsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListContextsRequest,ContextsClient.ListContextsPagedResponse>HttpJsonContextsStub. listContextsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListContextsRequest,ListContextsResponse,ContextsClient.ListContextsPagedResponse>ContextsStubSettings.Builder. listContextsSettings()Returns the builder for the settings used for calls to listContexts.com.google.api.gax.rpc.PagedCallSettings<ListContextsRequest,ListContextsResponse,ContextsClient.ListContextsPagedResponse>ContextsStubSettings. listContextsSettings()Returns the object with the settings used for calls to listContexts.
-