Package com.google.cloud.support.v2
Class CaseName
- java.lang.Object
-
- com.google.cloud.support.v2.CaseName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class CaseName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CaseName.Builder
Builder for organizations/{organization}/cases/{case}.static class
CaseName.ProjectCaseBuilder
Builder for projects/{project}/cases/{case}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
CaseName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
CaseName
@Deprecated protected CaseName()
Deprecated.
-
-
Method Detail
-
getOrganization
public String getOrganization()
-
getCase
public String getCase()
-
getProject
public String getProject()
-
newBuilder
public static CaseName.Builder newBuilder()
-
newOrganizationCaseBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static CaseName.Builder newOrganizationCaseBuilder()
-
newProjectCaseBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static CaseName.ProjectCaseBuilder newProjectCaseBuilder()
-
toBuilder
public CaseName.Builder toBuilder()
-
ofOrganizationCaseName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static CaseName ofOrganizationCaseName(String organization, String case_)
-
ofProjectCaseName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static CaseName ofProjectCaseName(String project, String case_)
-
formatOrganizationCaseName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationCaseName(String organization, String case_)
-
formatProjectCaseName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectCaseName(String project, String case_)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-