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 UpdateFulfillmentRequest
UpdateFulfillmentRequest.Builder. build()
UpdateFulfillmentRequest
UpdateFulfillmentRequest.Builder. buildPartial()
static UpdateFulfillmentRequest
UpdateFulfillmentRequest. getDefaultInstance()
UpdateFulfillmentRequest
UpdateFulfillmentRequest.Builder. getDefaultInstanceForType()
UpdateFulfillmentRequest
UpdateFulfillmentRequest. getDefaultInstanceForType()
static UpdateFulfillmentRequest
UpdateFulfillmentRequest. parseDelimitedFrom(InputStream input)
static UpdateFulfillmentRequest
UpdateFulfillmentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFulfillmentRequest
UpdateFulfillmentRequest. parseFrom(byte[] data)
static UpdateFulfillmentRequest
UpdateFulfillmentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFulfillmentRequest
UpdateFulfillmentRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateFulfillmentRequest
UpdateFulfillmentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFulfillmentRequest
UpdateFulfillmentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateFulfillmentRequest
UpdateFulfillmentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFulfillmentRequest
UpdateFulfillmentRequest. parseFrom(InputStream input)
static UpdateFulfillmentRequest
UpdateFulfillmentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFulfillmentRequest
UpdateFulfillmentRequest. parseFrom(ByteBuffer data)
static UpdateFulfillmentRequest
UpdateFulfillmentRequest. 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.Builder
UpdateFulfillmentRequest.Builder. mergeFrom(UpdateFulfillmentRequest other)
static UpdateFulfillmentRequest.Builder
UpdateFulfillmentRequest. newBuilder(UpdateFulfillmentRequest prototype)
Fulfillment
FulfillmentsClient. updateFulfillment(UpdateFulfillmentRequest request)
Updates the fulfillment.default void
FulfillmentsGrpc.AsyncService. updateFulfillment(UpdateFulfillmentRequest request, io.grpc.stub.StreamObserver<Fulfillment> responseObserver)
Updates the fulfillment.Fulfillment
FulfillmentsGrpc.FulfillmentsBlockingStub. updateFulfillment(UpdateFulfillmentRequest request)
Updates the fulfillment.com.google.common.util.concurrent.ListenableFuture<Fulfillment>
FulfillmentsGrpc.FulfillmentsFutureStub. updateFulfillment(UpdateFulfillmentRequest request)
Updates the fulfillment.void
FulfillmentsGrpc.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.
-