Class SecurityMarks

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

    public final class SecurityMarks
    extends com.google.protobuf.GeneratedMessageV3
    implements SecurityMarksOrBuilder
     User specified security marks that are attached to the parent Security
     Command Center resource. Security marks are scoped within a Security Command
     Center organization -- they can be modified and viewed by all users who have
     proper permissions on the organization.
     
    Protobuf type google.cloud.securitycenter.v1p1beta1.SecurityMarks
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SecurityMarks.Builder
      User specified security marks that are attached to the parent Security Command Center resource.
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        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
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CANONICAL_NAME_FIELD_NUMBER  
      static int MARKS_FIELD_NUMBER  
      static int NAME_FIELD_NUMBER  
      • Fields inherited from class com.google.protobuf.GeneratedMessageV3

        alwaysUseFieldBuilders, unknownFields
      • Fields inherited from class com.google.protobuf.AbstractMessage

        memoizedSize
      • Fields inherited from class com.google.protobuf.AbstractMessageLite

        memoizedHashCode
    • 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()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3
      • internalGetFieldAccessorTable

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

        public String getName()
         The relative resource name of the SecurityMarks. See:
         https://cloud.google.com/apis/design/resource_names#relative_resource_name
         Examples:
         "organizations/{organization_id}/assets/{asset_id}/securityMarks"
         "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/securityMarks".
         
        string name = 1;
        Specified by:
        getName in interface SecurityMarksOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The relative resource name of the SecurityMarks. See:
         https://cloud.google.com/apis/design/resource_names#relative_resource_name
         Examples:
         "organizations/{organization_id}/assets/{asset_id}/securityMarks"
         "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/securityMarks".
         
        string name = 1;
        Specified by:
        getNameBytes in interface SecurityMarksOrBuilder
        Returns:
        The bytes for name.
      • getMarksCount

        public int getMarksCount()
        Description copied from interface: SecurityMarksOrBuilder
         Mutable user specified security marks belonging to the parent resource.
         Constraints are as follows:
        
           * Keys and values are treated as case insensitive
           * Keys must be between 1 - 256 characters (inclusive)
           * Keys must be letters, numbers, underscores, or dashes
           * Values have leading and trailing whitespace trimmed, remaining
             characters must be between 1 - 4096 characters (inclusive)
         
        map<string, string> marks = 2;
        Specified by:
        getMarksCount in interface SecurityMarksOrBuilder
      • containsMarks

        public boolean containsMarks​(String key)
         Mutable user specified security marks belonging to the parent resource.
         Constraints are as follows:
        
           * Keys and values are treated as case insensitive
           * Keys must be between 1 - 256 characters (inclusive)
           * Keys must be letters, numbers, underscores, or dashes
           * Values have leading and trailing whitespace trimmed, remaining
             characters must be between 1 - 4096 characters (inclusive)
         
        map<string, string> marks = 2;
        Specified by:
        containsMarks in interface SecurityMarksOrBuilder
      • getMarksMap

        public Map<String,​String> getMarksMap()
         Mutable user specified security marks belonging to the parent resource.
         Constraints are as follows:
        
           * Keys and values are treated as case insensitive
           * Keys must be between 1 - 256 characters (inclusive)
           * Keys must be letters, numbers, underscores, or dashes
           * Values have leading and trailing whitespace trimmed, remaining
             characters must be between 1 - 4096 characters (inclusive)
         
        map<string, string> marks = 2;
        Specified by:
        getMarksMap in interface SecurityMarksOrBuilder
      • getMarksOrDefault

        public String getMarksOrDefault​(String key,
                                        String defaultValue)
         Mutable user specified security marks belonging to the parent resource.
         Constraints are as follows:
        
           * Keys and values are treated as case insensitive
           * Keys must be between 1 - 256 characters (inclusive)
           * Keys must be letters, numbers, underscores, or dashes
           * Values have leading and trailing whitespace trimmed, remaining
             characters must be between 1 - 4096 characters (inclusive)
         
        map<string, string> marks = 2;
        Specified by:
        getMarksOrDefault in interface SecurityMarksOrBuilder
      • getMarksOrThrow

        public String getMarksOrThrow​(String key)
         Mutable user specified security marks belonging to the parent resource.
         Constraints are as follows:
        
           * Keys and values are treated as case insensitive
           * Keys must be between 1 - 256 characters (inclusive)
           * Keys must be letters, numbers, underscores, or dashes
           * Values have leading and trailing whitespace trimmed, remaining
             characters must be between 1 - 4096 characters (inclusive)
         
        map<string, string> marks = 2;
        Specified by:
        getMarksOrThrow in interface SecurityMarksOrBuilder
      • getCanonicalName

        public String getCanonicalName()
         The canonical name of the marks.
         Examples:
         "organizations/{organization_id}/assets/{asset_id}/securityMarks"
         "folders/{folder_id}/assets/{asset_id}/securityMarks"
         "projects/{project_number}/assets/{asset_id}/securityMarks"
         "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/securityMarks"
         "folders/{folder_id}/sources/{source_id}/findings/{finding_id}/securityMarks"
         "projects/{project_number}/sources/{source_id}/findings/{finding_id}/securityMarks"
         
        string canonical_name = 3;
        Specified by:
        getCanonicalName in interface SecurityMarksOrBuilder
        Returns:
        The canonicalName.
      • getCanonicalNameBytes

        public com.google.protobuf.ByteString getCanonicalNameBytes()
         The canonical name of the marks.
         Examples:
         "organizations/{organization_id}/assets/{asset_id}/securityMarks"
         "folders/{folder_id}/assets/{asset_id}/securityMarks"
         "projects/{project_number}/assets/{asset_id}/securityMarks"
         "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/securityMarks"
         "folders/{folder_id}/sources/{source_id}/findings/{finding_id}/securityMarks"
         "projects/{project_number}/sources/{source_id}/findings/{finding_id}/securityMarks"
         
        string canonical_name = 3;
        Specified by:
        getCanonicalNameBytes in interface SecurityMarksOrBuilder
        Returns:
        The bytes for canonicalName.
      • 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 SecurityMarks parseFrom​(ByteBuffer data)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

        public static SecurityMarks parseFrom​(byte[] data)
                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

        public static SecurityMarks parseFrom​(com.google.protobuf.CodedInputStream input,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws IOException
        Throws:
        IOException
      • newBuilderForType

        public SecurityMarks.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public SecurityMarks.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected SecurityMarks.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static SecurityMarks getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<SecurityMarks> parser()
      • getParserForType

        public com.google.protobuf.Parser<SecurityMarks> 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 SecurityMarks getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder