public static interface IntelligenceConfig.EffectiveIntelligenceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEffectiveEdition()
public abstract IntelligenceConfig.EffectiveIntelligenceConfig.EffectiveEdition getEffectiveEdition() Output only. The IntelligenceConfig edition that is applicable for the
resource.
.google.storage.control.v2.IntelligenceConfig.EffectiveIntelligenceConfig.EffectiveEdition effective_edition = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
IntelligenceConfig.EffectiveIntelligenceConfig.EffectiveEdition |
The effectiveEdition. |
getEffectiveEditionValue()
public abstract int getEffectiveEditionValue() Output only. The IntelligenceConfig edition that is applicable for the
resource.
.google.storage.control.v2.IntelligenceConfig.EffectiveIntelligenceConfig.EffectiveEdition effective_edition = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for effectiveEdition. |
getIntelligenceConfig()
public abstract String getIntelligenceConfig() Output only. The IntelligenceConfig resource that is applied for the
target resource. Format:
{organizations|folders|projects}/{id}/locations/{location}/intelligenceConfig
string intelligence_config = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The intelligenceConfig. |
getIntelligenceConfigBytes()
public abstract ByteString getIntelligenceConfigBytes() Output only. The IntelligenceConfig resource that is applied for the
target resource. Format:
{organizations|folders|projects}/{id}/locations/{location}/intelligenceConfig
string intelligence_config = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for intelligenceConfig. |