Show / Hide Table of Contents

Class GoogleCloudApihubV1DependencyEntityReference

Reference to an entity participating in a dependency.

Inheritance
object
GoogleCloudApihubV1DependencyEntityReference
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX