Interface SecurityMarksOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SecurityMarks, SecurityMarks.Builder

    public interface SecurityMarksOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsMarks​(String key)
      Mutable user specified security marks belonging to the parent resource.
      String getCanonicalName()
      The canonical name of the marks.
      com.google.protobuf.ByteString getCanonicalNameBytes()
      The canonical name of the marks.
      Map<String,​String> getMarks()
      Deprecated.
      int getMarksCount()
      Mutable user specified security marks belonging to the parent resource.
      Map<String,​String> getMarksMap()
      Mutable user specified security marks belonging to the parent resource.
      String getMarksOrDefault​(String key, String defaultValue)
      Mutable user specified security marks belonging to the parent resource.
      String getMarksOrThrow​(String key)
      Mutable user specified security marks belonging to the parent resource.
      String getName()
      The relative resource name of the SecurityMarks.
      com.google.protobuf.ByteString getNameBytes()
      The relative resource name of the SecurityMarks.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getName

        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;
        Returns:
        The name.
      • getNameBytes

        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;
        Returns:
        The bytes for name.
      • getMarksCount

        int getMarksCount()
         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;
      • containsMarks

        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;
      • getMarksMap

        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;
      • getMarksOrDefault

        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;
      • getMarksOrThrow

        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;
      • getCanonicalName

        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;
        Returns:
        The canonicalName.
      • getCanonicalNameBytes

        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;
        Returns:
        The bytes for canonicalName.