Class GoogleCloudApihubV1Addon
Addon resource.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1Addon : IDirectResponseSchema
Properties
BoostSpecGeminiRegionId
Output only. The Vertex AI region where the BoostSpec Gemini model calls run for this API Hub instance.
Populated only for the SpecGen addon (system-spec-generation); other addons leave this field empty.
gemini-2.5-flash is not available in every API Hub region, so the effective region may differ from the API
Hub instance's own region. The value follows these semantics: - "": BoostSpec is disabled in this region
(the addon is not SpecGen, or the API Hub instance region has no configured Gemini endpoint or fallback). -
Equal to the API Hub instance region: BoostSpec calls run in-region. - Differs from the API Hub instance
region: BoostSpec calls run in the specified fallback region. Callers rendering this field can derive the
three display states from this single field combined with the API Hub instance region.
Declaration
[JsonProperty("boostSpecGeminiRegionId")]
public virtual string BoostSpecGeminiRegionId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Config
Required. The configuration of the addon.
Declaration
[JsonProperty("config")]
public virtual GoogleCloudApihubV1AddonConfig Config { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudApihubV1AddonConfig |
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 time at which the addon was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataSource
Required. The data source on which the addon operates. This determines which field in the config oneof is
used.
Declaration
[JsonProperty("dataSource")]
public virtual string DataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Optional. The description of the addon.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Required. The display name of the addon.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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
Identifier. The name of the addon to enable. Format:
projects/{project}/locations/{location}/addons/{addon}.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. The state of the addon.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
UpdateTimeRaw
Output only. The time at which the addon was last updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |