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.Builder
ListCommentsResponse.Builder. addCommentsBuilder()
The list of Comments associated with the given Case.Comment.Builder
ListCommentsResponse.Builder. addCommentsBuilder(int index)
The list of Comments associated with the given Case.Comment.Builder
Comment.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Comment.Builder
Comment.Builder. clear()
Comment.Builder
Comment.Builder. clearBody()
The full comment body.Comment.Builder
Comment.Builder. clearCreateTime()
Output only.Comment.Builder
Comment.Builder. clearCreator()
Output only.Comment.Builder
Comment.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Comment.Builder
Comment.Builder. clearName()
Output only.Comment.Builder
Comment.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Comment.Builder
Comment.Builder. clearPlainTextBody()
Output only.Comment.Builder
Comment.Builder. clone()
Comment.Builder
CreateCommentRequest.Builder. getCommentBuilder()
Required.Comment.Builder
ListCommentsResponse.Builder. getCommentsBuilder(int index)
The list of Comments associated with the given Case.Comment.Builder
Comment.Builder. mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.Comment.Builder
Comment.Builder. mergeCreator(Actor value)
Output only.Comment.Builder
Comment.Builder. mergeFrom(Comment other)
Comment.Builder
Comment.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Comment.Builder
Comment.Builder. mergeFrom(com.google.protobuf.Message other)
Comment.Builder
Comment.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static Comment.Builder
Comment. newBuilder()
static Comment.Builder
Comment. newBuilder(Comment prototype)
Comment.Builder
Comment. newBuilderForType()
protected Comment.Builder
Comment. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Comment.Builder
Comment.Builder. setBody(String value)
The full comment body.Comment.Builder
Comment.Builder. setBodyBytes(com.google.protobuf.ByteString value)
The full comment body.Comment.Builder
Comment.Builder. setCreateTime(com.google.protobuf.Timestamp value)
Output only.Comment.Builder
Comment.Builder. setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.Comment.Builder
Comment.Builder. setCreator(Actor value)
Output only.Comment.Builder
Comment.Builder. setCreator(Actor.Builder builderForValue)
Output only.Comment.Builder
Comment.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Comment.Builder
Comment.Builder. setName(String value)
Output only.Comment.Builder
Comment.Builder. setNameBytes(com.google.protobuf.ByteString value)
Output only.Comment.Builder
Comment.Builder. setPlainTextBody(String value)
Output only.Comment.Builder
Comment.Builder. setPlainTextBodyBytes(com.google.protobuf.ByteString value)
Output only.Comment.Builder
Comment.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Comment.Builder
Comment.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Comment.Builder
Comment. 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.Builder
ListCommentsResponse.Builder. addComments(int index, Comment.Builder builderForValue)
The list of Comments associated with the given Case.ListCommentsResponse.Builder
ListCommentsResponse.Builder. addComments(Comment.Builder builderForValue)
The list of Comments associated with the given Case.CreateCommentRequest.Builder
CreateCommentRequest.Builder. setComment(Comment.Builder builderForValue)
Required.ListCommentsResponse.Builder
ListCommentsResponse.Builder. setComments(int index, Comment.Builder builderForValue)
The list of Comments associated with the given Case.
-