Uses of Class
com.google.cloud.dialogflow.v2beta1.ListKnowledgeBasesRequest
-
Packages that use ListKnowledgeBasesRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of ListKnowledgeBasesRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return ListKnowledgeBasesRequest Modifier and Type Method Description ListKnowledgeBasesRequestListKnowledgeBasesRequest.Builder. build()ListKnowledgeBasesRequestListKnowledgeBasesRequest.Builder. buildPartial()static ListKnowledgeBasesRequestListKnowledgeBasesRequest. getDefaultInstance()ListKnowledgeBasesRequestListKnowledgeBasesRequest.Builder. getDefaultInstanceForType()ListKnowledgeBasesRequestListKnowledgeBasesRequest. getDefaultInstanceForType()static ListKnowledgeBasesRequestListKnowledgeBasesRequest. parseDelimitedFrom(InputStream input)static ListKnowledgeBasesRequestListKnowledgeBasesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListKnowledgeBasesRequestListKnowledgeBasesRequest. parseFrom(byte[] data)static ListKnowledgeBasesRequestListKnowledgeBasesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListKnowledgeBasesRequestListKnowledgeBasesRequest. parseFrom(com.google.protobuf.ByteString data)static ListKnowledgeBasesRequestListKnowledgeBasesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListKnowledgeBasesRequestListKnowledgeBasesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListKnowledgeBasesRequestListKnowledgeBasesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListKnowledgeBasesRequestListKnowledgeBasesRequest. parseFrom(InputStream input)static ListKnowledgeBasesRequestListKnowledgeBasesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListKnowledgeBasesRequestListKnowledgeBasesRequest. parseFrom(ByteBuffer data)static ListKnowledgeBasesRequestListKnowledgeBasesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type ListKnowledgeBasesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse>KnowledgeBasesGrpc. getListKnowledgeBasesMethod()com.google.protobuf.Parser<ListKnowledgeBasesRequest>ListKnowledgeBasesRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse>KnowledgeBasesClient. listKnowledgeBasesCallable()Returns the list of all knowledge bases of the specified agent.com.google.api.gax.rpc.UnaryCallable<ListKnowledgeBasesRequest,KnowledgeBasesClient.ListKnowledgeBasesPagedResponse>KnowledgeBasesClient. listKnowledgeBasesPagedCallable()Returns the list of all knowledge bases of the specified agent.com.google.api.gax.rpc.PagedCallSettings.Builder<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBasesClient.ListKnowledgeBasesPagedResponse>KnowledgeBasesSettings.Builder. listKnowledgeBasesSettings()Returns the builder for the settings used for calls to listKnowledgeBases.com.google.api.gax.rpc.PagedCallSettings<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBasesClient.ListKnowledgeBasesPagedResponse>KnowledgeBasesSettings. listKnowledgeBasesSettings()Returns the object with the settings used for calls to listKnowledgeBases.static com.google.protobuf.Parser<ListKnowledgeBasesRequest>ListKnowledgeBasesRequest. parser()Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type ListKnowledgeBasesRequest Modifier and Type Method Description KnowledgeBasesClient.ListKnowledgeBasesPagedResponseKnowledgeBasesClient. listKnowledgeBases(ListKnowledgeBasesRequest request)Returns the list of all knowledge bases of the specified agent.default voidKnowledgeBasesGrpc.AsyncService. listKnowledgeBases(ListKnowledgeBasesRequest request, io.grpc.stub.StreamObserver<ListKnowledgeBasesResponse> responseObserver)Returns the list of all knowledge bases of the specified agent.ListKnowledgeBasesResponseKnowledgeBasesGrpc.KnowledgeBasesBlockingStub. listKnowledgeBases(ListKnowledgeBasesRequest request)Returns the list of all knowledge bases of the specified agent.com.google.common.util.concurrent.ListenableFuture<ListKnowledgeBasesResponse>KnowledgeBasesGrpc.KnowledgeBasesFutureStub. listKnowledgeBases(ListKnowledgeBasesRequest request)Returns the list of all knowledge bases of the specified agent.voidKnowledgeBasesGrpc.KnowledgeBasesStub. listKnowledgeBases(ListKnowledgeBasesRequest request, io.grpc.stub.StreamObserver<ListKnowledgeBasesResponse> responseObserver)Returns the list of all knowledge bases of the specified agent.ListKnowledgeBasesRequest.BuilderListKnowledgeBasesRequest.Builder. mergeFrom(ListKnowledgeBasesRequest other)static ListKnowledgeBasesRequest.BuilderListKnowledgeBasesRequest. newBuilder(ListKnowledgeBasesRequest prototype)Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type ListKnowledgeBasesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<KnowledgeBasesClient.ListKnowledgeBasesPagedResponse>KnowledgeBasesClient.ListKnowledgeBasesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase> context, com.google.api.core.ApiFuture<ListKnowledgeBasesResponse> futureResponse)protected KnowledgeBasesClient.ListKnowledgeBasesPageKnowledgeBasesClient.ListKnowledgeBasesPage. createPage(com.google.api.gax.rpc.PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase> context, ListKnowledgeBasesResponse response)com.google.api.core.ApiFuture<KnowledgeBasesClient.ListKnowledgeBasesPage>KnowledgeBasesClient.ListKnowledgeBasesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase> context, com.google.api.core.ApiFuture<ListKnowledgeBasesResponse> futureResponse) -
Uses of ListKnowledgeBasesRequest in com.google.cloud.dialogflow.v2beta1.stub
-