Uses of Class
com.google.cloud.dialogflow.v2.UpdateFulfillmentRequest
-
Packages that use UpdateFulfillmentRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of UpdateFulfillmentRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return UpdateFulfillmentRequest Modifier and Type Method Description UpdateFulfillmentRequestUpdateFulfillmentRequest.Builder. build()UpdateFulfillmentRequestUpdateFulfillmentRequest.Builder. buildPartial()static UpdateFulfillmentRequestUpdateFulfillmentRequest. getDefaultInstance()UpdateFulfillmentRequestUpdateFulfillmentRequest.Builder. getDefaultInstanceForType()UpdateFulfillmentRequestUpdateFulfillmentRequest. getDefaultInstanceForType()static UpdateFulfillmentRequestUpdateFulfillmentRequest. parseDelimitedFrom(InputStream input)static UpdateFulfillmentRequestUpdateFulfillmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFulfillmentRequestUpdateFulfillmentRequest. parseFrom(byte[] data)static UpdateFulfillmentRequestUpdateFulfillmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFulfillmentRequestUpdateFulfillmentRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateFulfillmentRequestUpdateFulfillmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFulfillmentRequestUpdateFulfillmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateFulfillmentRequestUpdateFulfillmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFulfillmentRequestUpdateFulfillmentRequest. parseFrom(InputStream input)static UpdateFulfillmentRequestUpdateFulfillmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFulfillmentRequestUpdateFulfillmentRequest. parseFrom(ByteBuffer data)static UpdateFulfillmentRequestUpdateFulfillmentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type UpdateFulfillmentRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateFulfillmentRequest>UpdateFulfillmentRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateFulfillmentRequest,Fulfillment>FulfillmentsGrpc. getUpdateFulfillmentMethod()static com.google.protobuf.Parser<UpdateFulfillmentRequest>UpdateFulfillmentRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateFulfillmentRequest,Fulfillment>FulfillmentsClient. updateFulfillmentCallable()Updates the fulfillment.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFulfillmentRequest,Fulfillment>FulfillmentsSettings.Builder. updateFulfillmentSettings()Returns the builder for the settings used for calls to updateFulfillment.com.google.api.gax.rpc.UnaryCallSettings<UpdateFulfillmentRequest,Fulfillment>FulfillmentsSettings. updateFulfillmentSettings()Returns the object with the settings used for calls to updateFulfillment.Methods in com.google.cloud.dialogflow.v2 with parameters of type UpdateFulfillmentRequest Modifier and Type Method Description UpdateFulfillmentRequest.BuilderUpdateFulfillmentRequest.Builder. mergeFrom(UpdateFulfillmentRequest other)static UpdateFulfillmentRequest.BuilderUpdateFulfillmentRequest. newBuilder(UpdateFulfillmentRequest prototype)FulfillmentFulfillmentsClient. updateFulfillment(UpdateFulfillmentRequest request)Updates the fulfillment.default voidFulfillmentsGrpc.AsyncService. updateFulfillment(UpdateFulfillmentRequest request, io.grpc.stub.StreamObserver<Fulfillment> responseObserver)Updates the fulfillment.FulfillmentFulfillmentsGrpc.FulfillmentsBlockingStub. updateFulfillment(UpdateFulfillmentRequest request)Updates the fulfillment.com.google.common.util.concurrent.ListenableFuture<Fulfillment>FulfillmentsGrpc.FulfillmentsFutureStub. updateFulfillment(UpdateFulfillmentRequest request)Updates the fulfillment.voidFulfillmentsGrpc.FulfillmentsStub. updateFulfillment(UpdateFulfillmentRequest request, io.grpc.stub.StreamObserver<Fulfillment> responseObserver)Updates the fulfillment. -
Uses of UpdateFulfillmentRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type UpdateFulfillmentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateFulfillmentRequest,Fulfillment>FulfillmentsStub. updateFulfillmentCallable()com.google.api.gax.rpc.UnaryCallable<UpdateFulfillmentRequest,Fulfillment>GrpcFulfillmentsStub. updateFulfillmentCallable()com.google.api.gax.rpc.UnaryCallable<UpdateFulfillmentRequest,Fulfillment>HttpJsonFulfillmentsStub. updateFulfillmentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFulfillmentRequest,Fulfillment>FulfillmentsStubSettings.Builder. updateFulfillmentSettings()Returns the builder for the settings used for calls to updateFulfillment.com.google.api.gax.rpc.UnaryCallSettings<UpdateFulfillmentRequest,Fulfillment>FulfillmentsStubSettings. updateFulfillmentSettings()Returns the object with the settings used for calls to updateFulfillment.
-