Uses of Class
com.google.cloud.support.v2.Comment.Builder
-
Packages that use Comment.Builder Package Description com.google.cloud.support.v2 A client to Google Cloud Support API -
-
Uses of Comment.Builder in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return Comment.Builder Modifier and Type Method Description Comment.BuilderListCommentsResponse.Builder. addCommentsBuilder()The list of Comments associated with the given Case.Comment.BuilderListCommentsResponse.Builder. addCommentsBuilder(int index)The list of Comments associated with the given Case.Comment.BuilderComment.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Comment.BuilderComment.Builder. clear()Comment.BuilderComment.Builder. clearBody()The full comment body.Comment.BuilderComment.Builder. clearCreateTime()Output only.Comment.BuilderComment.Builder. clearCreator()Output only.Comment.BuilderComment.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Comment.BuilderComment.Builder. clearName()Output only.Comment.BuilderComment.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Comment.BuilderComment.Builder. clearPlainTextBody()Output only.Comment.BuilderComment.Builder. clone()Comment.BuilderCreateCommentRequest.Builder. getCommentBuilder()Required.Comment.BuilderListCommentsResponse.Builder. getCommentsBuilder(int index)The list of Comments associated with the given Case.Comment.BuilderComment.Builder. mergeCreateTime(com.google.protobuf.Timestamp value)Output only.Comment.BuilderComment.Builder. mergeCreator(Actor value)Output only.Comment.BuilderComment.Builder. mergeFrom(Comment other)Comment.BuilderComment.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Comment.BuilderComment.Builder. mergeFrom(com.google.protobuf.Message other)Comment.BuilderComment.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Comment.BuilderComment. newBuilder()static Comment.BuilderComment. newBuilder(Comment prototype)Comment.BuilderComment. newBuilderForType()protected Comment.BuilderComment. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Comment.BuilderComment.Builder. setBody(String value)The full comment body.Comment.BuilderComment.Builder. setBodyBytes(com.google.protobuf.ByteString value)The full comment body.Comment.BuilderComment.Builder. setCreateTime(com.google.protobuf.Timestamp value)Output only.Comment.BuilderComment.Builder. setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)Output only.Comment.BuilderComment.Builder. setCreator(Actor value)Output only.Comment.BuilderComment.Builder. setCreator(Actor.Builder builderForValue)Output only.Comment.BuilderComment.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Comment.BuilderComment.Builder. setName(String value)Output only.Comment.BuilderComment.Builder. setNameBytes(com.google.protobuf.ByteString value)Output only.Comment.BuilderComment.Builder. setPlainTextBody(String value)Output only.Comment.BuilderComment.Builder. setPlainTextBodyBytes(com.google.protobuf.ByteString value)Output only.Comment.BuilderComment.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Comment.BuilderComment.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Comment.BuilderComment. toBuilder()Methods in com.google.cloud.support.v2 that return types with arguments of type Comment.Builder Modifier and Type Method Description List<Comment.Builder>ListCommentsResponse.Builder. getCommentsBuilderList()The list of Comments associated with the given Case.Methods in com.google.cloud.support.v2 with parameters of type Comment.Builder Modifier and Type Method Description ListCommentsResponse.BuilderListCommentsResponse.Builder. addComments(int index, Comment.Builder builderForValue)The list of Comments associated with the given Case.ListCommentsResponse.BuilderListCommentsResponse.Builder. addComments(Comment.Builder builderForValue)The list of Comments associated with the given Case.CreateCommentRequest.BuilderCreateCommentRequest.Builder. setComment(Comment.Builder builderForValue)Required.ListCommentsResponse.BuilderListCommentsResponse.Builder. setComments(int index, Comment.Builder builderForValue)The list of Comments associated with the given Case.
-