public sealed class CurationConfig.Types.CustomCuration : IMessage<CurationConfig.Types.CustomCuration>, IEquatable<CurationConfig.Types.CustomCuration>, IDeepCloneable<CurationConfig.Types.CustomCuration>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class CurationConfig.Types.CustomCuration.
Custom curation information for this plugin instance.
Implements
IMessageCurationConfigTypesCustomCuration, IEquatableCurationConfigTypesCustomCuration, IDeepCloneableCurationConfigTypesCustomCuration, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
CustomCuration()
public CustomCuration()
CustomCuration(CustomCuration)
public CustomCuration(CurationConfig.Types.CustomCuration other)
Parameter | |
---|---|
Name | Description |
other |
CurationConfigTypesCustomCuration |
Properties
Curation
public string Curation { get; set; }
Required. The unique name of the curation resource. This will be the name
of the curation resource in the format:
projects/{project}/locations/{location}/curations/{curation}
Property Value | |
---|---|
Type | Description |
string |