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