public class InspectTemplateName implements ResourceName
Inheritance
Object >
InspectTemplateName
Implements
com.google.api.resourcenames.ResourceName
Static Methods
public static String format(String organization, String inspectTemplate)
Parameters Name Description organization
String
inspectTemplate
String
public static String formatOrganizationInspectTemplateName(String organization, String inspectTemplate)
Beta
The static format methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Parameters Name Description organization
String
inspectTemplate
String
public static String formatOrganizationLocationInspectTemplateName(String organization, String location, String inspectTemplate)
Beta
The static format methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
public static String formatProjectInspectTemplateName(String project, String inspectTemplate)
Beta
The static format methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
public static String formatProjectLocationInspectTemplateName(String project, String location, String inspectTemplate)
Beta
The static format methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
isParsableFrom(String formattedString)
public static boolean isParsableFrom(String formattedString)
Parameter Name Description formattedString
String
newBuilder()
public static InspectTemplateName.Builder newBuilder()
newOrganizationInspectTemplateBuilder()
public static InspectTemplateName.Builder newOrganizationInspectTemplateBuilder()
Beta
The per-pattern Builders are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
newOrganizationLocationInspectTemplateBuilder()
public static InspectTemplateName.OrganizationLocationInspectTemplateBuilder newOrganizationLocationInspectTemplateBuilder()
Beta
The per-pattern Builders are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
newProjectInspectTemplateBuilder()
public static InspectTemplateName.ProjectInspectTemplateBuilder newProjectInspectTemplateBuilder()
Beta
The per-pattern Builders are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
newProjectLocationInspectTemplateBuilder()
public static InspectTemplateName.ProjectLocationInspectTemplateBuilder newProjectLocationInspectTemplateBuilder()
Beta
The per-pattern Builders are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
of(String organization, String inspectTemplate)
public static InspectTemplateName of(String organization, String inspectTemplate)
Parameters Name Description organization
String
inspectTemplate
String
ofOrganizationInspectTemplateName(String organization, String inspectTemplate)
public static InspectTemplateName ofOrganizationInspectTemplateName(String organization, String inspectTemplate)
Beta
The static create methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Parameters Name Description organization
String
inspectTemplate
String
ofOrganizationLocationInspectTemplateName(String organization, String location, String inspectTemplate)
public static InspectTemplateName ofOrganizationLocationInspectTemplateName(String organization, String location, String inspectTemplate)
Beta
The static create methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
ofProjectInspectTemplateName(String project, String inspectTemplate)
public static InspectTemplateName ofProjectInspectTemplateName(String project, String inspectTemplate)
Beta
The static create methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
ofProjectLocationInspectTemplateName(String project, String location, String inspectTemplate)
public static InspectTemplateName ofProjectLocationInspectTemplateName(String project, String location, String inspectTemplate)
Beta
The static create methods are not stable yet and may be changed in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
parse(String formattedString)
public static InspectTemplateName parse(String formattedString)
Parameter Name Description formattedString
String
Constructors
InspectTemplateName() (deprecated)
protected InspectTemplateName()
Methods
equals(Object o)
public boolean equals(Object o)
Parameter Name Description o
Object
Overrides
getFieldValue(String fieldName)
public String getFieldValue(String fieldName)
Parameter Name Description fieldName
String
getFieldValuesMap()
public Map<String,String> getFieldValuesMap()
getInspectTemplate()
public String getInspectTemplate()
getLocation()
public String getLocation()
getOrganization()
public String getOrganization()
getProject()
public String getProject()
hashCode()
Returns Type Description int
Overrides
toBuilder()
public InspectTemplateName.Builder toBuilder()
toString()
Overrides