Gemini Enterprise for Customer Experience v1beta API - Class ExportAppRequest (1.0.0-beta03)

public sealed class ExportAppRequest : IMessage<ExportAppRequest>, IEquatable<ExportAppRequest>, IDeepCloneable<ExportAppRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class ExportAppRequest.

Request message for [AgentService.ExportApp][google.cloud.ces.v1beta.AgentService.ExportApp].

Inheritance

object > ExportAppRequest

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

ExportAppRequest()

public ExportAppRequest()

ExportAppRequest(ExportAppRequest)

public ExportAppRequest(ExportAppRequest other)
Parameter
Name Description
other ExportAppRequest

Properties

AppName

public AppName AppName { get; set; }

AppName-typed view over the Name resource name property.

Property Value
Type Description
AppName

AppVersion

public string AppVersion { get; set; }

Optional. The resource name of the app version to export. Format: projects/{project}/locations/{location}/apps/{app}/versions/{version}.

Property Value
Type Description
string

AppVersionAsAppVersionName

public AppVersionName AppVersionAsAppVersionName { get; set; }

AppVersionName-typed view over the AppVersion resource name property.

Property Value
Type Description
AppVersionName

ExportFormat

public ExportAppRequest.Types.ExportFormat ExportFormat { get; set; }

Required. The format to export the app in.

Property Value
Type Description
ExportAppRequestTypesExportFormat

GcsUri

public string GcsUri { get; set; }

Optional. The Google Cloud Storage URI to which to export the app. The format of this URI must be gs://<bucket-name>/<object-name>. The exported app archive will be written directly to the specified GCS object.

Property Value
Type Description
string

Name

public string Name { get; set; }

Required. The resource name of the app to export.

Property Value
Type Description
string