public sealed class ApiData : IMessage<ApiData>, IEquatable<ApiData>, IDeepCloneable<ApiData>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class ApiData.
The API data to be collected.
Namespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
ApiData()
public ApiData()
ApiData(ApiData)
public ApiData(ApiData other)
Parameter | |
---|---|
Name | Description |
other |
ApiData |
Properties
ApiMetadataList
public ApiMetadataList ApiMetadataList { get; set; }
Optional. The list of API metadata.
Property Value | |
---|---|
Type | Description |
ApiMetadataList |
DataCase
public ApiData.DataOneofCase DataCase { get; }
Property Value | |
---|---|
Type | Description |
ApiDataDataOneofCase |