public sealed class ApiMetadataList : IMessage<ApiMetadataList>, IEquatable<ApiMetadataList>, IDeepCloneable<ApiMetadataList>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class ApiMetadataList.
The message to hold repeated API metadata.
Implements
IMessageApiMetadataList, IEquatableApiMetadataList, IDeepCloneableApiMetadataList, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
ApiMetadataList()
public ApiMetadataList()
ApiMetadataList(ApiMetadataList)
public ApiMetadataList(ApiMetadataList other)
Parameter | |
---|---|
Name | Description |
other |
ApiMetadataList |
Properties
ApiMetadata
public RepeatedField<APIMetadata> ApiMetadata { get; }
Required. The list of API metadata.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAPIMetadata |