Package com.google.storage.control.v2
Interface IntelligenceConfig.EffectiveIntelligenceConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IntelligenceConfig.EffectiveIntelligenceConfig,IntelligenceConfig.EffectiveIntelligenceConfig.Builder
- Enclosing class:
- IntelligenceConfig
public static interface IntelligenceConfig.EffectiveIntelligenceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.intOutput only.Output only.com.google.protobuf.ByteStringOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getEffectiveEditionValue
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:
- The enum numeric value on the wire for effectiveEdition.
-
getEffectiveEdition
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:
- The effectiveEdition.
-
getIntelligenceConfig
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:
- The intelligenceConfig.
-
getIntelligenceConfigBytes
com.google.protobuf.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:
- The bytes for intelligenceConfig.
-