Class GenerateAppResourceOperationMetadata (0.4.0)

GenerateAppResourceOperationMetadata(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Operation metadata for AgentService.GenerateAppResource.

Attributes

Name Description
generation_type google.cloud.ces_v1beta.types.GenerateAppResourceOperationMetadata.GenerationType
Output only. The type of the operation.
message str
Output only. Human-readable status of the operation, if any.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the operation was created.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time the operation finished running.
target str
Output only. The resource name of the app that the operation is associated with. Format: projects/{project}/locations/{location}/apps/{app}.
partial_errors MutableSequence[google.rpc.status_pb2.Status]
Output only. Error messages from the resource generation process.

Classes

GenerationType

GenerationType(value)

The type of the generation operation.