Uses of Class
com.google.cloud.dialogflow.v2.ListContextsResponse
-
Packages that use ListContextsResponse Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of ListContextsResponse in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ListContextsResponse Modifier and Type Method Description ListContextsResponseListContextsResponse.Builder. build()ListContextsResponseListContextsResponse.Builder. buildPartial()static ListContextsResponseListContextsResponse. getDefaultInstance()ListContextsResponseListContextsResponse.Builder. getDefaultInstanceForType()ListContextsResponseListContextsResponse. getDefaultInstanceForType()ListContextsResponseContextsGrpc.ContextsBlockingStub. listContexts(ListContextsRequest request)Returns the list of all contexts in the specified session.static ListContextsResponseListContextsResponse. parseDelimitedFrom(InputStream input)static ListContextsResponseListContextsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListContextsResponseListContextsResponse. parseFrom(byte[] data)static ListContextsResponseListContextsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListContextsResponseListContextsResponse. parseFrom(com.google.protobuf.ByteString data)static ListContextsResponseListContextsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListContextsResponseListContextsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListContextsResponseListContextsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListContextsResponseListContextsResponse. parseFrom(InputStream input)static ListContextsResponseListContextsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListContextsResponseListContextsResponse. parseFrom(ByteBuffer data)static ListContextsResponseListContextsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type ListContextsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListContextsRequest,ListContextsResponse>ContextsGrpc. getListContextsMethod()com.google.protobuf.Parser<ListContextsResponse>ListContextsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListContextsResponse>ContextsGrpc.ContextsFutureStub. listContexts(ListContextsRequest request)Returns the list of all contexts in the specified session.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.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<ListContextsResponse>ListContextsResponse. parser()Methods in com.google.cloud.dialogflow.v2 with parameters of type ListContextsResponse Modifier and Type Method Description protected ContextsClient.ListContextsPageContextsClient.ListContextsPage. createPage(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, ListContextsResponse response)ListContextsResponse.BuilderListContextsResponse.Builder. mergeFrom(ListContextsResponse other)static ListContextsResponse.BuilderListContextsResponse. newBuilder(ListContextsResponse prototype)Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type ListContextsResponse 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)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)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)default voidContextsGrpc.AsyncService. listContexts(ListContextsRequest request, io.grpc.stub.StreamObserver<ListContextsResponse> responseObserver)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. -
Uses of ListContextsResponse in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type ListContextsResponse 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.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.
-