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 CaseNameCaseName.Builder. build()CaseNameCaseName.ProjectCaseBuilder. build()static CaseNameCaseName. of(String organization, String case_)static CaseNameCaseName. ofOrganizationCaseName(String organization, String case_)static CaseNameCaseName. ofProjectCaseName(String project, String case_)static CaseNameCaseName. 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 CommentCommentServiceClient. createComment(CaseName parent, Comment comment)Add a new comment to the specified Case.CaseCaseServiceClient. getCase(CaseName name)Retrieve the specified case.CaseAttachmentServiceClient.ListAttachmentsPagedResponseCaseAttachmentServiceClient. listAttachments(CaseName parent)Retrieve all attachments associated with a support case.CommentServiceClient.ListCommentsPagedResponseCommentServiceClient. 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)
-