Uses of Class
com.google.cloud.support.v2.CaseName
-
Packages that use CaseName Package Description com.google.cloud.support.v2 A client to Google Cloud Support API -
-
Uses of CaseName in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return CaseName Modifier and Type Method Description CaseName
CaseName.Builder. build()
CaseName
CaseName.ProjectCaseBuilder. build()
static CaseName
CaseName. of(String organization, String case_)
static CaseName
CaseName. ofOrganizationCaseName(String organization, String case_)
static CaseName
CaseName. ofProjectCaseName(String project, String case_)
static CaseName
CaseName. parse(String formattedString)
Methods in com.google.cloud.support.v2 that return types with arguments of type CaseName Modifier and Type Method Description static List<CaseName>
CaseName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.support.v2 with parameters of type CaseName Modifier and Type Method Description Comment
CommentServiceClient. createComment(CaseName parent, Comment comment)
Add a new comment to the specified Case.Case
CaseServiceClient. getCase(CaseName name)
Retrieve the specified case.CaseAttachmentServiceClient.ListAttachmentsPagedResponse
CaseAttachmentServiceClient. listAttachments(CaseName parent)
Retrieve all attachments associated with a support case.CommentServiceClient.ListCommentsPagedResponse
CommentServiceClient. listComments(CaseName parent)
Retrieve all Comments associated with the Case object.Method parameters in com.google.cloud.support.v2 with type arguments of type CaseName Modifier and Type Method Description static List<String>
CaseName. toStringList(List<CaseName> values)
-