Gemini Enterprise for Customer Experience v1beta API - Class GenerateAppResourceOperationMetadata (1.0.0-beta04)

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

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

Operation metadata for [AgentService.GenerateAppResource][google.cloud.ces.v1beta.AgentService.GenerateAppResource].

Inheritance

object > GenerateAppResourceOperationMetadata

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

GenerateAppResourceOperationMetadata()

public GenerateAppResourceOperationMetadata()

GenerateAppResourceOperationMetadata(GenerateAppResourceOperationMetadata)

public GenerateAppResourceOperationMetadata(GenerateAppResourceOperationMetadata other)
Parameter
Name Description
other GenerateAppResourceOperationMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the operation was created.

Property Value
Type Description
Timestamp

EndTime

public Timestamp EndTime { get; set; }

Output only. The time the operation finished running.

Property Value
Type Description
Timestamp

GenerationType

public GenerateAppResourceOperationMetadata.Types.GenerationType GenerationType { get; set; }

Output only. The type of the operation.

Property Value
Type Description
GenerateAppResourceOperationMetadataTypesGenerationType

Message

public string Message { get; set; }

Output only. Human-readable status of the operation, if any.

Property Value
Type Description
string

PartialErrors

public RepeatedField<Status> PartialErrors { get; }

Output only. Error messages from the resource generation process.

Property Value
Type Description
RepeatedFieldStatus

Target

public string Target { get; set; }

Output only. The resource name of the app that the operation is associated with. Format: projects/{project}/locations/{location}/apps/{app}.

Property Value
Type Description
string