Class VersionsGrpc.VersionsBlockingStub

  • Enclosing class:
    VersionsGrpc

    public static final class VersionsGrpc.VersionsBlockingStub
    extends io.grpc.stub.AbstractBlockingStub<VersionsGrpc.VersionsBlockingStub>
    A stub to allow clients to do synchronous rpc calls to service Versions.
     Service for managing [Versions][google.cloud.dialogflow.v2beta1.Version].
     
    • Method Detail

      • createVersion

        public Version createVersion​(CreateVersionRequest request)
         Creates an agent version.
         The new version points to the agent instance in the "default" environment.
         
      • updateVersion

        public Version updateVersion​(UpdateVersionRequest request)
         Updates the specified agent version.
         Note that this method does not allow you to update the state of the agent
         the given version points to. It allows you to update only mutable
         properties of the version resource.
         
      • deleteVersion

        public com.google.protobuf.Empty deleteVersion​(DeleteVersionRequest request)
         Delete the specified agent version.