Class GoogleCloudApihubV1DependencyEntityReference
Reference to an entity participating in a dependency.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1DependencyEntityReference : IDirectResponseSchema
Properties
DisplayName
Output only. Display name of the entity.
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 |
ExternalApiResourceName
The resource name of an external API in the API Hub. Format:
projects/{project}/locations/{location}/externalApis/{external_api}
Declaration
[JsonProperty("externalApiResourceName")]
public virtual string ExternalApiResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
OperationResourceName
The resource name of an operation in the API Hub. Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}
Declaration
[JsonProperty("operationResourceName")]
public virtual string OperationResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |