Uses of Interface
com.google.cloud.support.v2.CommentOrBuilder
-
Packages that use CommentOrBuilder Package Description com.google.cloud.support.v2 A client to Google Cloud Support API -
-
Uses of CommentOrBuilder in com.google.cloud.support.v2
Classes in com.google.cloud.support.v2 that implement CommentOrBuilder Modifier and Type Class Description class
Comment
A comment associated with a support case.static class
Comment.Builder
A comment associated with a support case.Methods in com.google.cloud.support.v2 that return CommentOrBuilder Modifier and Type Method Description CommentOrBuilder
CreateCommentRequest.Builder. getCommentOrBuilder()
Required.CommentOrBuilder
CreateCommentRequest. getCommentOrBuilder()
Required.CommentOrBuilder
CreateCommentRequestOrBuilder. getCommentOrBuilder()
Required.CommentOrBuilder
ListCommentsResponse.Builder. getCommentsOrBuilder(int index)
The list of Comments associated with the given Case.CommentOrBuilder
ListCommentsResponse. getCommentsOrBuilder(int index)
The list of Comments associated with the given Case.CommentOrBuilder
ListCommentsResponseOrBuilder. getCommentsOrBuilder(int index)
The list of Comments associated with the given Case.Methods in com.google.cloud.support.v2 that return types with arguments of type CommentOrBuilder Modifier and Type Method Description List<? extends CommentOrBuilder>
ListCommentsResponse.Builder. getCommentsOrBuilderList()
The list of Comments associated with the given Case.List<? extends CommentOrBuilder>
ListCommentsResponse. getCommentsOrBuilderList()
The list of Comments associated with the given Case.List<? extends CommentOrBuilder>
ListCommentsResponseOrBuilder. getCommentsOrBuilderList()
The list of Comments associated with the given Case.
-