Uses of Class
com.google.cloud.dialogflow.v2beta1.CreateVersionRequest
-
Packages that use CreateVersionRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of CreateVersionRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return CreateVersionRequest Modifier and Type Method Description CreateVersionRequest
CreateVersionRequest.Builder. build()
CreateVersionRequest
CreateVersionRequest.Builder. buildPartial()
static CreateVersionRequest
CreateVersionRequest. getDefaultInstance()
CreateVersionRequest
CreateVersionRequest.Builder. getDefaultInstanceForType()
CreateVersionRequest
CreateVersionRequest. getDefaultInstanceForType()
static CreateVersionRequest
CreateVersionRequest. parseDelimitedFrom(InputStream input)
static CreateVersionRequest
CreateVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateVersionRequest
CreateVersionRequest. parseFrom(byte[] data)
static CreateVersionRequest
CreateVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateVersionRequest
CreateVersionRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateVersionRequest
CreateVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateVersionRequest
CreateVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateVersionRequest
CreateVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateVersionRequest
CreateVersionRequest. parseFrom(InputStream input)
static CreateVersionRequest
CreateVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateVersionRequest
CreateVersionRequest. parseFrom(ByteBuffer data)
static CreateVersionRequest
CreateVersionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type CreateVersionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateVersionRequest,Version>
VersionsClient. createVersionCallable()
Creates an agent version.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateVersionRequest,Version>
VersionsSettings.Builder. createVersionSettings()
Returns the builder for the settings used for calls to createVersion.com.google.api.gax.rpc.UnaryCallSettings<CreateVersionRequest,Version>
VersionsSettings. createVersionSettings()
Returns the object with the settings used for calls to createVersion.static io.grpc.MethodDescriptor<CreateVersionRequest,Version>
VersionsGrpc. getCreateVersionMethod()
com.google.protobuf.Parser<CreateVersionRequest>
CreateVersionRequest. getParserForType()
static com.google.protobuf.Parser<CreateVersionRequest>
CreateVersionRequest. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type CreateVersionRequest Modifier and Type Method Description Version
VersionsClient. createVersion(CreateVersionRequest request)
Creates an agent version.default void
VersionsGrpc.AsyncService. createVersion(CreateVersionRequest request, io.grpc.stub.StreamObserver<Version> responseObserver)
Creates an agent version.Version
VersionsGrpc.VersionsBlockingStub. createVersion(CreateVersionRequest request)
Creates an agent version.com.google.common.util.concurrent.ListenableFuture<Version>
VersionsGrpc.VersionsFutureStub. createVersion(CreateVersionRequest request)
Creates an agent version.void
VersionsGrpc.VersionsStub. createVersion(CreateVersionRequest request, io.grpc.stub.StreamObserver<Version> responseObserver)
Creates an agent version.CreateVersionRequest.Builder
CreateVersionRequest.Builder. mergeFrom(CreateVersionRequest other)
static CreateVersionRequest.Builder
CreateVersionRequest. newBuilder(CreateVersionRequest prototype)
-
Uses of CreateVersionRequest in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type CreateVersionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateVersionRequest,Version>
GrpcVersionsStub. createVersionCallable()
com.google.api.gax.rpc.UnaryCallable<CreateVersionRequest,Version>
HttpJsonVersionsStub. createVersionCallable()
com.google.api.gax.rpc.UnaryCallable<CreateVersionRequest,Version>
VersionsStub. createVersionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateVersionRequest,Version>
VersionsStubSettings.Builder. createVersionSettings()
Returns the builder for the settings used for calls to createVersion.com.google.api.gax.rpc.UnaryCallSettings<CreateVersionRequest,Version>
VersionsStubSettings. createVersionSettings()
Returns the object with the settings used for calls to createVersion.
-