Class UntypedSecuritymarksName
- java.lang.Object
-
- com.google.cloud.securitycenter.v1beta1.SecuritymarksName
-
- com.google.cloud.securitycenter.v1beta1.UntypedSecuritymarksName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by GAPIC protoc plugin") @Deprecated public class UntypedSecuritymarksName extends SecuritymarksName
Deprecated.This resource name class will be removed in the next major version.AUTO-GENERATED DOCUMENTATION AND CLASS
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.static UntypedSecuritymarksName
from(com.google.api.resourcenames.ResourceName resourceName)
Deprecated.String
getFieldValue(String fieldName)
Deprecated.Return the initial rawValue if @param fieldName is an empty String, else return null.Map<String,String>
getFieldValuesMap()
Deprecated.Return a map with a single value rawValue keyed on an empty String "".int
hashCode()
Deprecated.static boolean
isParsableFrom(String formattedString)
Deprecated.static UntypedSecuritymarksName
parse(String formattedString)
Deprecated.static List<UntypedSecuritymarksName>
parseList(List<String> formattedStrings)
Deprecated.String
toString()
Deprecated.static List<String>
toStringList(List<UntypedSecuritymarksName> values)
Deprecated.
-
-
-
Method Detail
-
from
public static UntypedSecuritymarksName from(com.google.api.resourcenames.ResourceName resourceName)
Deprecated.
-
parse
public static UntypedSecuritymarksName parse(String formattedString)
Deprecated.
-
parseList
public static List<UntypedSecuritymarksName> parseList(List<String> formattedStrings)
Deprecated.
-
toStringList
public static List<String> toStringList(List<UntypedSecuritymarksName> values)
Deprecated.
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
Deprecated.
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
Deprecated.Return a map with a single value rawValue keyed on an empty String "".
-
getFieldValue
public String getFieldValue(String fieldName)
Deprecated.Return the initial rawValue if @param fieldName is an empty String, else return null.
-
-