Class AssetSecurityMarksName
- java.lang.Object
-
- com.google.cloud.securitycenter.v1beta1.SecuritymarksName
-
- com.google.cloud.securitycenter.v1beta1.AssetSecurityMarksName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by GAPIC protoc plugin") @Deprecated public class AssetSecurityMarksName extends SecuritymarksName
Deprecated.This resource name class will be removed in the next major version.AUTO-GENERATED DOCUMENTATION AND CLASS
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AssetSecurityMarksName.Builder
Deprecated.Builder for AssetSecurityMarksName.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.static String
format(String organization, String asset)
Deprecated.String
getAsset()
Deprecated.String
getFieldValue(String fieldName)
Deprecated.Map<String,String>
getFieldValuesMap()
Deprecated.String
getOrganization()
Deprecated.int
hashCode()
Deprecated.static boolean
isParsableFrom(String formattedString)
Deprecated.static AssetSecurityMarksName.Builder
newBuilder()
Deprecated.static AssetSecurityMarksName
of(String organization, String asset)
Deprecated.static AssetSecurityMarksName
parse(String formattedString)
Deprecated.static List<AssetSecurityMarksName>
parseList(List<String> formattedStrings)
Deprecated.AssetSecurityMarksName.Builder
toBuilder()
Deprecated.String
toString()
Deprecated.static List<String>
toStringList(List<AssetSecurityMarksName> values)
Deprecated.
-
-
-
Method Detail
-
getOrganization
public String getOrganization()
Deprecated.
-
getAsset
public String getAsset()
Deprecated.
-
newBuilder
public static AssetSecurityMarksName.Builder newBuilder()
Deprecated.
-
toBuilder
public AssetSecurityMarksName.Builder toBuilder()
Deprecated.
-
of
public static AssetSecurityMarksName of(String organization, String asset)
Deprecated.
-
parse
public static AssetSecurityMarksName parse(String formattedString)
Deprecated.
-
parseList
public static List<AssetSecurityMarksName> parseList(List<String> formattedStrings)
Deprecated.
-
toStringList
public static List<String> toStringList(List<AssetSecurityMarksName> values)
Deprecated.
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
Deprecated.
-
-