public static interface CurationConfig.CustomCurationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCuration()
public abstract String getCuration()
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}
string curation = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The curation. |
getCurationBytes()
public abstract ByteString getCurationBytes()
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}
string curation = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for curation. |