Class EffectiveSecurityHealthAnalyticsCustomModule

  • All Implemented Interfaces:
    EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class EffectiveSecurityHealthAnalyticsCustomModule
    extends com.google.protobuf.GeneratedMessageV3
    implements EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder
     An EffectiveSecurityHealthAnalyticsCustomModule is the representation of
     a Security Health Analytics custom module at a specified level of the
     resource hierarchy: organization, folder, or project. If a custom module is
     inherited from a parent organization or folder, the value of the
     `enablementState` property in EffectiveSecurityHealthAnalyticsCustomModule is
     set to the value that is effective in the parent, instead of  `INHERITED`.
     For example, if the module is enabled in a parent organization or folder, the
     effective enablement_state for the module in all child folders or projects is
     also `enabled`. EffectiveSecurityHealthAnalyticsCustomModule is read-only.
     
    Protobuf type google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getName

        public String getName()
         Output only. The resource name of the custom module.
         Its format is
         "organizations/{organization}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}",
         or
         "folders/{folder}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}",
         or
         "projects/{project}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}"
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getName in interface EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Output only. The resource name of the custom module.
         Its format is
         "organizations/{organization}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}",
         or
         "folders/{folder}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}",
         or
         "projects/{project}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}"
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNameBytes in interface EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder
        Returns:
        The bytes for name.
      • hasCustomConfig

        public boolean hasCustomConfig()
         Output only. The user-specified configuration for the module.
         
        .google.cloud.securitycenter.v1.CustomConfig custom_config = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCustomConfig in interface EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder
        Returns:
        Whether the customConfig field is set.
      • getEnablementStateValue

        public int getEnablementStateValue()
         Output only. The effective state of enablement for the module at the given
         level of the hierarchy.
         
        .google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule.EnablementState enablement_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEnablementStateValue in interface EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder
        Returns:
        The enum numeric value on the wire for enablementState.
      • getDisplayName

        public String getDisplayName()
         Output only. The display name for the custom module. The name must be
         between 1 and 128 characters, start with a lowercase letter, and contain
         alphanumeric characters or underscores only.
         
        string display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDisplayName in interface EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder
        Returns:
        The displayName.
      • getDisplayNameBytes

        public com.google.protobuf.ByteString getDisplayNameBytes()
         Output only. The display name for the custom module. The name must be
         between 1 and 128 characters, start with a lowercase letter, and contain
         alphanumeric characters or underscores only.
         
        string display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDisplayNameBytes in interface EffectiveSecurityHealthAnalyticsCustomModuleOrBuilder
        Returns:
        The bytes for displayName.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static EffectiveSecurityHealthAnalyticsCustomModule parseFrom​(ByteBuffer data,
                                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EffectiveSecurityHealthAnalyticsCustomModule parseFrom​(com.google.protobuf.ByteString data)
                                                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EffectiveSecurityHealthAnalyticsCustomModule parseFrom​(com.google.protobuf.ByteString data,
                                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EffectiveSecurityHealthAnalyticsCustomModule parseFrom​(byte[] data,
                                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • getParserForType

        public com.google.protobuf.Parser<EffectiveSecurityHealthAnalyticsCustomModule> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public EffectiveSecurityHealthAnalyticsCustomModule getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder