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