Class GoogleCloudApihubV1Dependency
A dependency resource defined in the API hub describes a dependency directed from a consumer to a supplier entity. A dependency can be defined between two Operations or between an Operation and External API.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1Dependency : IDirectResponseSchema
Properties
Attributes
Optional. The list of user defined attributes associated with the dependency resource. The key is the
attribute name. It will be of the format: projects/{project}/locations/{location}/attributes/{attribute}
.
The value is the attribute values associated with the resource.
Declaration
[JsonProperty("attributes")]
public virtual IDictionary<string, GoogleCloudApihubV1AttributeValues> Attributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudApihubV1AttributeValues> |
Consumer
Required. Immutable. The entity acting as the consumer in the dependency.
Declaration
[JsonProperty("consumer")]
public virtual GoogleCloudApihubV1DependencyEntityReference Consumer { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1DependencyEntityReference |
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 dependency was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Description
Optional. Human readable description corresponding of the dependency.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DiscoveryMode
Output only. Discovery mode of the dependency.
Declaration
[JsonProperty("discoveryMode")]
public virtual string DiscoveryMode { 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 |
ErrorDetail
Output only. Error details of a dependency if the system has detected it internally.
Declaration
[JsonProperty("errorDetail")]
public virtual GoogleCloudApihubV1DependencyErrorDetail ErrorDetail { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1DependencyErrorDetail |
Name
Identifier. The name of the dependency in the API Hub. Format:
projects/{project}/locations/{location}/dependencies/{dependency}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. State of the dependency.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Supplier
Required. Immutable. The entity acting as the supplier in the dependency.
Declaration
[JsonProperty("supplier")]
public virtual GoogleCloudApihubV1DependencyEntityReference Supplier { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1DependencyEntityReference |
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 dependency was last updated.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |