Class GoogleCloudDiscoveryengineV1alphaProject
Metadata and configurations for a Google Cloud project in the service.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaProject : IDirectResponseSchema
Properties
ConfigurableBillingStatus
Output only. The current status of the project's configurable billing.
Declaration
[JsonProperty("configurableBillingStatus")]
public virtual GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus ConfigurableBillingStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus |
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 |
CustomerProvidedConfig
Optional. Customer provided configurations.
Declaration
[JsonProperty("customerProvidedConfig")]
public virtual GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig CustomerProvidedConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig |
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, GoogleCloudDiscoveryengineV1alphaProjectServiceTerms> ServiceTermsMap { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, GoogleCloudDiscoveryengineV1alphaProjectServiceTerms> |