public interface CurationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCurationConfigCase()
public abstract CurationConfig.CurationConfigCase getCurationConfigCase()| Returns | |
|---|---|
| Type | Description | 
CurationConfig.CurationConfigCase | 
        |
getCurationType()
public abstract CurationType getCurationType()Required. The curation type for this plugin instance.
 
 .google.cloud.apihub.v1.CurationType curation_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
CurationType | 
        The curationType.  | 
      
getCurationTypeValue()
public abstract int getCurationTypeValue()Required. The curation type for this plugin instance.
 
 .google.cloud.apihub.v1.CurationType curation_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for curationType.  | 
      
getCustomCuration()
public abstract CurationConfig.CustomCuration getCustomCuration()Optional. Custom curation information for this plugin instance.
 
 .google.cloud.apihub.v1.CurationConfig.CustomCuration custom_curation = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
CurationConfig.CustomCuration | 
        The customCuration.  | 
      
getCustomCurationOrBuilder()
public abstract CurationConfig.CustomCurationOrBuilder getCustomCurationOrBuilder()Optional. Custom curation information for this plugin instance.
 
 .google.cloud.apihub.v1.CurationConfig.CustomCuration custom_curation = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
CurationConfig.CustomCurationOrBuilder | 
        |
hasCustomCuration()
public abstract boolean hasCustomCuration()Optional. Custom curation information for this plugin instance.
 
 .google.cloud.apihub.v1.CurationConfig.CustomCuration custom_curation = 2 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the customCuration field is set.  |