Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1Project

Metadata and configurations for a Google Cloud project in the service.

Inheritance
object
GoogleCloudDiscoveryengineV1Project
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1Project : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The timestamp when this project is created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Output only. Full resource name of the project, for example projects/{project}. Note that when making requests, project number and project id are both acceptable, but the server will always respond in project number.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ProvisionCompletionTime

object representation of ProvisionCompletionTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ProvisionCompletionTimeDateTimeOffset instead.")]
public virtual object ProvisionCompletionTime { get; set; }
Property Value
Type Description
object

ProvisionCompletionTimeDateTimeOffset

DateTimeOffset representation of ProvisionCompletionTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ProvisionCompletionTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ProvisionCompletionTimeRaw

Output only. The timestamp when this project is successfully provisioned. Empty value means this project is still provisioning and is not ready for use.

Declaration
[JsonProperty("provisionCompletionTime")]
public virtual string ProvisionCompletionTimeRaw { get; set; }
Property Value
Type Description
string

ServiceTermsMap

Output only. A map of terms of services. The key is the id of ServiceTerms.

Declaration
[JsonProperty("serviceTermsMap")]
public virtual IDictionary<string, GoogleCloudDiscoveryengineV1ProjectServiceTerms> ServiceTermsMap { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudDiscoveryengineV1ProjectServiceTerms>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX