public sealed class DependencyEntityReference : IMessage<DependencyEntityReference>, IEquatable<DependencyEntityReference>, IDeepCloneable<DependencyEntityReference>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class DependencyEntityReference.
Reference to an entity participating in a dependency.
Implements
IMessageDependencyEntityReference, IEquatableDependencyEntityReference, IDeepCloneableDependencyEntityReference, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
DependencyEntityReference()
public DependencyEntityReference()
DependencyEntityReference(DependencyEntityReference)
public DependencyEntityReference(DependencyEntityReference other)
Parameter | |
---|---|
Name | Description |
other |
DependencyEntityReference |
Properties
DisplayName
public string DisplayName { get; set; }
Output only. Display name of the entity.
Property Value | |
---|---|
Type | Description |
string |
ExternalApiResourceName
public string ExternalApiResourceName { get; set; }
The resource name of an external API in the API Hub.
Format:
projects/{project}/locations/{location}/externalApis/{external_api}
Property Value | |
---|---|
Type | Description |
string |
HasExternalApiResourceName
public bool HasExternalApiResourceName { get; }
Gets whether the "external_api_resource_name" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasOperationResourceName
public bool HasOperationResourceName { get; }
Gets whether the "operation_resource_name" field is set
Property Value | |
---|---|
Type | Description |
bool |
IdentifierCase
public DependencyEntityReference.IdentifierOneofCase IdentifierCase { get; }
Property Value | |
---|---|
Type | Description |
DependencyEntityReferenceIdentifierOneofCase |
OperationResourceName
public string OperationResourceName { get; set; }
The resource name of an operation in the API Hub.
Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}
Property Value | |
---|---|
Type | Description |
string |