Class IntelligenceConfig.EffectiveIntelligenceConfig (2.53.0)

public static final class IntelligenceConfig.EffectiveIntelligenceConfig extends GeneratedMessageV3 implements IntelligenceConfig.EffectiveIntelligenceConfigOrBuilder

The effective IntelligenceConfig for the resource.

Protobuf type google.storage.control.v2.IntelligenceConfig.EffectiveIntelligenceConfig

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > IntelligenceConfig.EffectiveIntelligenceConfig

Static Fields

EFFECTIVE_EDITION_FIELD_NUMBER

public static final int EFFECTIVE_EDITION_FIELD_NUMBER
Field Value
Type Description
int

INTELLIGENCE_CONFIG_FIELD_NUMBER

public static final int INTELLIGENCE_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static IntelligenceConfig.EffectiveIntelligenceConfig getDefaultInstance()
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static IntelligenceConfig.EffectiveIntelligenceConfig.Builder newBuilder()
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig.Builder

newBuilder(IntelligenceConfig.EffectiveIntelligenceConfig prototype)

public static IntelligenceConfig.EffectiveIntelligenceConfig.Builder newBuilder(IntelligenceConfig.EffectiveIntelligenceConfig prototype)
Parameter
Name Description
prototype IntelligenceConfig.EffectiveIntelligenceConfig
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig.Builder

parseDelimitedFrom(InputStream input)

public static IntelligenceConfig.EffectiveIntelligenceConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IntelligenceConfig.EffectiveIntelligenceConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static IntelligenceConfig.EffectiveIntelligenceConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static IntelligenceConfig.EffectiveIntelligenceConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static IntelligenceConfig.EffectiveIntelligenceConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static IntelligenceConfig.EffectiveIntelligenceConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static IntelligenceConfig.EffectiveIntelligenceConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static IntelligenceConfig.EffectiveIntelligenceConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static IntelligenceConfig.EffectiveIntelligenceConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IntelligenceConfig.EffectiveIntelligenceConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static IntelligenceConfig.EffectiveIntelligenceConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static IntelligenceConfig.EffectiveIntelligenceConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<IntelligenceConfig.EffectiveIntelligenceConfig> parser()
Returns
Type Description
Parser<EffectiveIntelligenceConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public IntelligenceConfig.EffectiveIntelligenceConfig getDefaultInstanceForType()
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig

getEffectiveEdition()

public 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 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 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 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.

getParserForType()

public Parser<IntelligenceConfig.EffectiveIntelligenceConfig> getParserForType()
Returns
Type Description
Parser<EffectiveIntelligenceConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public IntelligenceConfig.EffectiveIntelligenceConfig.Builder newBuilderForType()
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected IntelligenceConfig.EffectiveIntelligenceConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public IntelligenceConfig.EffectiveIntelligenceConfig.Builder toBuilder()
Returns
Type Description
IntelligenceConfig.EffectiveIntelligenceConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException