public final class IntelligenceConfig extends GeneratedMessageV3 implements IntelligenceConfigOrBuilder
The IntelligenceConfig
resource associated with your organization, folder,
or project.
Protobuf type google.storage.control.v2.IntelligenceConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
EDITION_CONFIG_FIELD_NUMBER
public static final int EDITION_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
EFFECTIVE_INTELLIGENCE_CONFIG_FIELD_NUMBER
public static final int EFFECTIVE_INTELLIGENCE_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FILTER_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TRIAL_CONFIG_FIELD_NUMBER
public static final int TRIAL_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static IntelligenceConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static IntelligenceConfig.Builder newBuilder()
newBuilder(IntelligenceConfig prototype)
public static IntelligenceConfig.Builder newBuilder(IntelligenceConfig prototype)
public static IntelligenceConfig parseDelimitedFrom(InputStream input)
public static IntelligenceConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static IntelligenceConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static IntelligenceConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static IntelligenceConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IntelligenceConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IntelligenceConfig parseFrom(CodedInputStream input)
public static IntelligenceConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static IntelligenceConfig parseFrom(InputStream input)
public static IntelligenceConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static IntelligenceConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static IntelligenceConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<IntelligenceConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public IntelligenceConfig getDefaultInstanceForType()
getEditionConfig()
public IntelligenceConfig.EditionConfig getEditionConfig()
Optional. The edition configuration of the IntelligenceConfig
resource.
.google.storage.control.v2.IntelligenceConfig.EditionConfig edition_config = 2 [(.google.api.field_behavior) = OPTIONAL];
getEditionConfigValue()
public int getEditionConfigValue()
Optional. The edition configuration of the IntelligenceConfig
resource.
.google.storage.control.v2.IntelligenceConfig.EditionConfig edition_config = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for editionConfig.
|
getEffectiveIntelligenceConfig()
public IntelligenceConfig.EffectiveIntelligenceConfig getEffectiveIntelligenceConfig()
Output only. The IntelligenceConfig
resource that is applicable for the
resource.
.google.storage.control.v2.IntelligenceConfig.EffectiveIntelligenceConfig effective_intelligence_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEffectiveIntelligenceConfigOrBuilder()
public IntelligenceConfig.EffectiveIntelligenceConfigOrBuilder getEffectiveIntelligenceConfigOrBuilder()
Output only. The IntelligenceConfig
resource that is applicable for the
resource.
.google.storage.control.v2.IntelligenceConfig.EffectiveIntelligenceConfig effective_intelligence_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getFilter()
public IntelligenceConfig.Filter getFilter()
Optional. Filter over location and bucket.
.google.storage.control.v2.IntelligenceConfig.Filter filter = 4 [(.google.api.field_behavior) = OPTIONAL];
getFilterOrBuilder()
public IntelligenceConfig.FilterOrBuilder getFilterOrBuilder()
Optional. Filter over location and bucket.
.google.storage.control.v2.IntelligenceConfig.Filter filter = 4 [(.google.api.field_behavior) = OPTIONAL];
getName()
Identifier. The name of the IntelligenceConfig
resource associated with
your organization, folder, or project.
The name format varies based on the GCP resource hierarchy as follows:
- For project:
projects/{project_number}/locations/global/intelligenceConfig
- For organization:
organizations/{org_id}/locations/global/intelligenceConfig
- For folder:
folders/{folder_id}/locations/global/intelligenceConfig
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Identifier. The name of the IntelligenceConfig
resource associated with
your organization, folder, or project.
The name format varies based on the GCP resource hierarchy as follows:
- For project:
projects/{project_number}/locations/global/intelligenceConfig
- For organization:
organizations/{org_id}/locations/global/intelligenceConfig
- For folder:
folders/{folder_id}/locations/global/intelligenceConfig
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<IntelligenceConfig> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTrialConfig()
public IntelligenceConfig.TrialConfig getTrialConfig()
The trial configuration of the IntelligenceConfig
resource.
.google.storage.control.v2.IntelligenceConfig.TrialConfig trial_config = 7;
getTrialConfigOrBuilder()
public IntelligenceConfig.TrialConfigOrBuilder getTrialConfigOrBuilder()
The trial configuration of the IntelligenceConfig
resource.
.google.storage.control.v2.IntelligenceConfig.TrialConfig trial_config = 7;
getUpdateTime()
public Timestamp getUpdateTime()
Output only. The time at which the IntelligenceConfig
resource is last
updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
Timestamp |
The updateTime.
|
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The time at which the IntelligenceConfig
resource is last
updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasEffectiveIntelligenceConfig()
public boolean hasEffectiveIntelligenceConfig()
Output only. The IntelligenceConfig
resource that is applicable for the
resource.
.google.storage.control.v2.IntelligenceConfig.EffectiveIntelligenceConfig effective_intelligence_config = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the effectiveIntelligenceConfig field is set.
|
hasFilter()
public boolean hasFilter()
Optional. Filter over location and bucket.
.google.storage.control.v2.IntelligenceConfig.Filter filter = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the filter field is set.
|
hasTrialConfig()
public boolean hasTrialConfig()
The trial configuration of the IntelligenceConfig
resource.
.google.storage.control.v2.IntelligenceConfig.TrialConfig trial_config = 7;
Returns |
Type |
Description |
boolean |
Whether the trialConfig field is set.
|
hasUpdateTime()
public boolean hasUpdateTime()
Output only. The time at which the IntelligenceConfig
resource is last
updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the updateTime field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public IntelligenceConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected IntelligenceConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public IntelligenceConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides