public final class ComponentSettings extends com.google.protobuf.GeneratedMessageV3 implements ComponentSettingsOrBuilder
Component Settings for Security Command CenterProtobuf type
google.cloud.securitycenter.settings.v1beta1.ComponentSettings| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentSettings.Builder
Component Settings for Security Command Center
|
static class |
ComponentSettings.DetectorSettings
Settings for each detector.
|
static interface |
ComponentSettings.DetectorSettingsOrBuilder |
static class |
ComponentSettings.SpecificSettingsCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CONTAINER_THREAT_DETECTION_SETTINGS_FIELD_NUMBER |
static int |
DETECTOR_SETTINGS_FIELD_NUMBER |
static int |
ETAG_FIELD_NUMBER |
static int |
EVENT_THREAT_DETECTION_SETTINGS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PROJECT_SERVICE_ACCOUNT_FIELD_NUMBER |
static int |
SECURITY_HEALTH_ANALYTICS_SETTINGS_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
UPDATE_TIME_FIELD_NUMBER |
static int |
WEB_SECURITY_SCANNER_SETTINGS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsDetectorSettings(String key)
Settings for detectors.
|
boolean |
equals(Object obj) |
ContainerThreatDetectionSettings |
getContainerThreatDetectionSettings()
Container Threate Detection specific settings
For component, expect CONTAINER_THREAT_DETECTION
|
ContainerThreatDetectionSettingsOrBuilder |
getContainerThreatDetectionSettingsOrBuilder()
Container Threate Detection specific settings
For component, expect CONTAINER_THREAT_DETECTION
|
static ComponentSettings |
getDefaultInstance() |
ComponentSettings |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Map<String,ComponentSettings.DetectorSettings> |
getDetectorSettings()
Deprecated.
|
int |
getDetectorSettingsCount()
Settings for detectors.
|
Map<String,ComponentSettings.DetectorSettings> |
getDetectorSettingsMap()
Settings for detectors.
|
ComponentSettings.DetectorSettings |
getDetectorSettingsOrDefault(String key,
ComponentSettings.DetectorSettings defaultValue)
Settings for detectors.
|
ComponentSettings.DetectorSettings |
getDetectorSettingsOrThrow(String key)
Settings for detectors.
|
String |
getEtag()
Output only.
|
com.google.protobuf.ByteString |
getEtagBytes()
Output only.
|
EventThreatDetectionSettings |
getEventThreatDetectionSettings()
Event Threat Detection specific settings
For component, expect EVENT_THREAT_DETECTION
|
EventThreatDetectionSettingsOrBuilder |
getEventThreatDetectionSettingsOrBuilder()
Event Threat Detection specific settings
For component, expect EVENT_THREAT_DETECTION
|
String |
getName()
The relative resource name of the component settings.
|
com.google.protobuf.ByteString |
getNameBytes()
The relative resource name of the component settings.
|
com.google.protobuf.Parser<ComponentSettings> |
getParserForType() |
String |
getProjectServiceAccount()
Output only.
|
com.google.protobuf.ByteString |
getProjectServiceAccountBytes()
Output only.
|
SecurityHealthAnalyticsSettings |
getSecurityHealthAnalyticsSettings()
Security Health Analytics specific settings
For component, expect SECURITY_HEALTH_ANALYTICS
|
SecurityHealthAnalyticsSettingsOrBuilder |
getSecurityHealthAnalyticsSettingsOrBuilder()
Security Health Analytics specific settings
For component, expect SECURITY_HEALTH_ANALYTICS
|
int |
getSerializedSize() |
ComponentSettings.SpecificSettingsCase |
getSpecificSettingsCase() |
ComponentEnablementState |
getState()
ENABLE to enable component, DISABLE to disable and INHERIT to inherit
setting from ancestors.
|
int |
getStateValue()
ENABLE to enable component, DISABLE to disable and INHERIT to inherit
setting from ancestors.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
WebSecurityScanner |
getWebSecurityScannerSettings()
Web Security Scanner specific settings
For component, expect WEB_SECURITY_SCANNER
|
WebSecurityScannerOrBuilder |
getWebSecurityScannerSettingsOrBuilder()
Web Security Scanner specific settings
For component, expect WEB_SECURITY_SCANNER
|
boolean |
hasContainerThreatDetectionSettings()
Container Threate Detection specific settings
For component, expect CONTAINER_THREAT_DETECTION
|
boolean |
hasEventThreatDetectionSettings()
Event Threat Detection specific settings
For component, expect EVENT_THREAT_DETECTION
|
int |
hashCode() |
boolean |
hasSecurityHealthAnalyticsSettings()
Security Health Analytics specific settings
For component, expect SECURITY_HEALTH_ANALYTICS
|
boolean |
hasUpdateTime()
Output only.
|
boolean |
hasWebSecurityScannerSettings()
Web Security Scanner specific settings
For component, expect WEB_SECURITY_SCANNER
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static ComponentSettings.Builder |
newBuilder() |
static ComponentSettings.Builder |
newBuilder(ComponentSettings prototype) |
ComponentSettings.Builder |
newBuilderForType() |
protected ComponentSettings.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ComponentSettings |
parseDelimitedFrom(InputStream input) |
static ComponentSettings |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComponentSettings |
parseFrom(byte[] data) |
static ComponentSettings |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComponentSettings |
parseFrom(ByteBuffer data) |
static ComponentSettings |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComponentSettings |
parseFrom(com.google.protobuf.ByteString data) |
static ComponentSettings |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComponentSettings |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ComponentSettings |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComponentSettings |
parseFrom(InputStream input) |
static ComponentSettings |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ComponentSettings> |
parser() |
ComponentSettings.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int PROJECT_SERVICE_ACCOUNT_FIELD_NUMBER
public static final int DETECTOR_SETTINGS_FIELD_NUMBER
public static final int ETAG_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
public static final int CONTAINER_THREAT_DETECTION_SETTINGS_FIELD_NUMBER
public static final int EVENT_THREAT_DETECTION_SETTINGS_FIELD_NUMBER
public static final int SECURITY_HEALTH_ANALYTICS_SETTINGS_FIELD_NUMBER
public static final int WEB_SECURITY_SCANNER_SETTINGS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public ComponentSettings.SpecificSettingsCase getSpecificSettingsCase()
getSpecificSettingsCase in interface ComponentSettingsOrBuilderpublic String getName()
The relative resource name of the component settings.
Formats:
* `organizations/{organization}/components/{component}/settings`
* `folders/{folder}/components/{component}/settings`
* `projects/{project}/components/{component}/settings`
* `projects/{project}/locations/{location}/clusters/{cluster}/components/{component}/settings`
* `projects/{project}/regions/{region}/clusters/{cluster}/components/{component}/settings`
* `projects/{project}/zones/{zone}/clusters/{cluster}/components/{component}/settings`
string name = 1;getName in interface ComponentSettingsOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The relative resource name of the component settings.
Formats:
* `organizations/{organization}/components/{component}/settings`
* `folders/{folder}/components/{component}/settings`
* `projects/{project}/components/{component}/settings`
* `projects/{project}/locations/{location}/clusters/{cluster}/components/{component}/settings`
* `projects/{project}/regions/{region}/clusters/{cluster}/components/{component}/settings`
* `projects/{project}/zones/{zone}/clusters/{cluster}/components/{component}/settings`
string name = 1;getNameBytes in interface ComponentSettingsOrBuilderpublic int getStateValue()
ENABLE to enable component, DISABLE to disable and INHERIT to inherit setting from ancestors.
.google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState state = 2;getStateValue in interface ComponentSettingsOrBuilderpublic ComponentEnablementState getState()
ENABLE to enable component, DISABLE to disable and INHERIT to inherit setting from ancestors.
.google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState state = 2;getState in interface ComponentSettingsOrBuilderpublic String getProjectServiceAccount()
Output only. The service account to be used for security center component. The component must have permission to "act as" the service account.
string project_service_account = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getProjectServiceAccount in interface ComponentSettingsOrBuilderpublic com.google.protobuf.ByteString getProjectServiceAccountBytes()
Output only. The service account to be used for security center component. The component must have permission to "act as" the service account.
string project_service_account = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];getProjectServiceAccountBytes in interface ComponentSettingsOrBuilderpublic int getDetectorSettingsCount()
ComponentSettingsOrBuilderSettings for detectors. Not all detectors must have settings present at each and every level in the hierarchy. If it is not present the setting will be inherited from its ancestors folders, organizations or the defaults.
map<string, .google.cloud.securitycenter.settings.v1beta1.ComponentSettings.DetectorSettings> detector_settings = 4;
getDetectorSettingsCount in interface ComponentSettingsOrBuilderpublic boolean containsDetectorSettings(String key)
Settings for detectors. Not all detectors must have settings present at each and every level in the hierarchy. If it is not present the setting will be inherited from its ancestors folders, organizations or the defaults.
map<string, .google.cloud.securitycenter.settings.v1beta1.ComponentSettings.DetectorSettings> detector_settings = 4;
containsDetectorSettings in interface ComponentSettingsOrBuilder@Deprecated public Map<String,ComponentSettings.DetectorSettings> getDetectorSettings()
getDetectorSettingsMap() instead.getDetectorSettings in interface ComponentSettingsOrBuilderpublic Map<String,ComponentSettings.DetectorSettings> getDetectorSettingsMap()
Settings for detectors. Not all detectors must have settings present at each and every level in the hierarchy. If it is not present the setting will be inherited from its ancestors folders, organizations or the defaults.
map<string, .google.cloud.securitycenter.settings.v1beta1.ComponentSettings.DetectorSettings> detector_settings = 4;
getDetectorSettingsMap in interface ComponentSettingsOrBuilderpublic ComponentSettings.DetectorSettings getDetectorSettingsOrDefault(String key, ComponentSettings.DetectorSettings defaultValue)
Settings for detectors. Not all detectors must have settings present at each and every level in the hierarchy. If it is not present the setting will be inherited from its ancestors folders, organizations or the defaults.
map<string, .google.cloud.securitycenter.settings.v1beta1.ComponentSettings.DetectorSettings> detector_settings = 4;
getDetectorSettingsOrDefault in interface ComponentSettingsOrBuilderpublic ComponentSettings.DetectorSettings getDetectorSettingsOrThrow(String key)
Settings for detectors. Not all detectors must have settings present at each and every level in the hierarchy. If it is not present the setting will be inherited from its ancestors folders, organizations or the defaults.
map<string, .google.cloud.securitycenter.settings.v1beta1.ComponentSettings.DetectorSettings> detector_settings = 4;
getDetectorSettingsOrThrow in interface ComponentSettingsOrBuilderpublic String getEtag()
Output only. An fingerprint used for optimistic concurrency. If none is provided on updates then the existing metadata will be blindly overwritten.
string etag = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];getEtag in interface ComponentSettingsOrBuilderpublic com.google.protobuf.ByteString getEtagBytes()
Output only. An fingerprint used for optimistic concurrency. If none is provided on updates then the existing metadata will be blindly overwritten.
string etag = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];getEtagBytes in interface ComponentSettingsOrBuilderpublic boolean hasUpdateTime()
Output only. The time these settings were last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface ComponentSettingsOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. The time these settings were last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface ComponentSettingsOrBuilderpublic com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The time these settings were last updated.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface ComponentSettingsOrBuilderpublic boolean hasContainerThreatDetectionSettings()
Container Threate Detection specific settings For component, expect CONTAINER_THREAT_DETECTION
.google.cloud.securitycenter.settings.v1beta1.ContainerThreatDetectionSettings container_threat_detection_settings = 41;
hasContainerThreatDetectionSettings in interface ComponentSettingsOrBuilderpublic ContainerThreatDetectionSettings getContainerThreatDetectionSettings()
Container Threate Detection specific settings For component, expect CONTAINER_THREAT_DETECTION
.google.cloud.securitycenter.settings.v1beta1.ContainerThreatDetectionSettings container_threat_detection_settings = 41;
getContainerThreatDetectionSettings in interface ComponentSettingsOrBuilderpublic ContainerThreatDetectionSettingsOrBuilder getContainerThreatDetectionSettingsOrBuilder()
Container Threate Detection specific settings For component, expect CONTAINER_THREAT_DETECTION
.google.cloud.securitycenter.settings.v1beta1.ContainerThreatDetectionSettings container_threat_detection_settings = 41;
getContainerThreatDetectionSettingsOrBuilder in interface ComponentSettingsOrBuilderpublic boolean hasEventThreatDetectionSettings()
Event Threat Detection specific settings For component, expect EVENT_THREAT_DETECTION
.google.cloud.securitycenter.settings.v1beta1.EventThreatDetectionSettings event_threat_detection_settings = 42;
hasEventThreatDetectionSettings in interface ComponentSettingsOrBuilderpublic EventThreatDetectionSettings getEventThreatDetectionSettings()
Event Threat Detection specific settings For component, expect EVENT_THREAT_DETECTION
.google.cloud.securitycenter.settings.v1beta1.EventThreatDetectionSettings event_threat_detection_settings = 42;
getEventThreatDetectionSettings in interface ComponentSettingsOrBuilderpublic EventThreatDetectionSettingsOrBuilder getEventThreatDetectionSettingsOrBuilder()
Event Threat Detection specific settings For component, expect EVENT_THREAT_DETECTION
.google.cloud.securitycenter.settings.v1beta1.EventThreatDetectionSettings event_threat_detection_settings = 42;
getEventThreatDetectionSettingsOrBuilder in interface ComponentSettingsOrBuilderpublic boolean hasSecurityHealthAnalyticsSettings()
Security Health Analytics specific settings For component, expect SECURITY_HEALTH_ANALYTICS
.google.cloud.securitycenter.settings.v1beta1.SecurityHealthAnalyticsSettings security_health_analytics_settings = 44;
hasSecurityHealthAnalyticsSettings in interface ComponentSettingsOrBuilderpublic SecurityHealthAnalyticsSettings getSecurityHealthAnalyticsSettings()
Security Health Analytics specific settings For component, expect SECURITY_HEALTH_ANALYTICS
.google.cloud.securitycenter.settings.v1beta1.SecurityHealthAnalyticsSettings security_health_analytics_settings = 44;
getSecurityHealthAnalyticsSettings in interface ComponentSettingsOrBuilderpublic SecurityHealthAnalyticsSettingsOrBuilder getSecurityHealthAnalyticsSettingsOrBuilder()
Security Health Analytics specific settings For component, expect SECURITY_HEALTH_ANALYTICS
.google.cloud.securitycenter.settings.v1beta1.SecurityHealthAnalyticsSettings security_health_analytics_settings = 44;
getSecurityHealthAnalyticsSettingsOrBuilder in interface ComponentSettingsOrBuilderpublic boolean hasWebSecurityScannerSettings()
Web Security Scanner specific settings For component, expect WEB_SECURITY_SCANNER
.google.cloud.securitycenter.settings.v1beta1.WebSecurityScanner web_security_scanner_settings = 40;
hasWebSecurityScannerSettings in interface ComponentSettingsOrBuilderpublic WebSecurityScanner getWebSecurityScannerSettings()
Web Security Scanner specific settings For component, expect WEB_SECURITY_SCANNER
.google.cloud.securitycenter.settings.v1beta1.WebSecurityScanner web_security_scanner_settings = 40;
getWebSecurityScannerSettings in interface ComponentSettingsOrBuilderpublic WebSecurityScannerOrBuilder getWebSecurityScannerSettingsOrBuilder()
Web Security Scanner specific settings For component, expect WEB_SECURITY_SCANNER
.google.cloud.securitycenter.settings.v1beta1.WebSecurityScanner web_security_scanner_settings = 40;
getWebSecurityScannerSettingsOrBuilder in interface ComponentSettingsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ComponentSettings parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComponentSettings parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComponentSettings parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComponentSettings parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComponentSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComponentSettings parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComponentSettings parseFrom(InputStream input) throws IOException
IOExceptionpublic static ComponentSettings parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ComponentSettings parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ComponentSettings parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ComponentSettings parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ComponentSettings parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ComponentSettings.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ComponentSettings.Builder newBuilder()
public static ComponentSettings.Builder newBuilder(ComponentSettings prototype)
public ComponentSettings.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ComponentSettings.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ComponentSettings getDefaultInstance()
public static com.google.protobuf.Parser<ComponentSettings> parser()
public com.google.protobuf.Parser<ComponentSettings> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ComponentSettings getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.