Uses of Class
com.google.cloud.support.v2.Actor
-
Packages that use Actor Package Description com.google.cloud.support.v2 A client to Google Cloud Support API -
-
Uses of Actor in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return Actor Modifier and Type Method Description Actor
Actor.Builder. build()
Actor
Actor.Builder. buildPartial()
Actor
Attachment.Builder. getCreator()
Output only.Actor
Attachment. getCreator()
Output only.Actor
AttachmentOrBuilder. getCreator()
Output only.Actor
Case.Builder. getCreator()
The user who created the case.Actor
Case. getCreator()
The user who created the case.Actor
CaseOrBuilder. getCreator()
The user who created the case.Actor
Comment.Builder. getCreator()
Output only.Actor
Comment. getCreator()
Output only.Actor
CommentOrBuilder. getCreator()
Output only.static Actor
Actor. getDefaultInstance()
Actor
Actor.Builder. getDefaultInstanceForType()
Actor
Actor. getDefaultInstanceForType()
static Actor
Actor. parseDelimitedFrom(InputStream input)
static Actor
Actor. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Actor
Actor. parseFrom(byte[] data)
static Actor
Actor. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Actor
Actor. parseFrom(com.google.protobuf.ByteString data)
static Actor
Actor. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Actor
Actor. parseFrom(com.google.protobuf.CodedInputStream input)
static Actor
Actor. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Actor
Actor. parseFrom(InputStream input)
static Actor
Actor. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Actor
Actor. parseFrom(ByteBuffer data)
static Actor
Actor. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.support.v2 that return types with arguments of type Actor Modifier and Type Method Description com.google.protobuf.Parser<Actor>
Actor. getParserForType()
static com.google.protobuf.Parser<Actor>
Actor. parser()
Methods in com.google.cloud.support.v2 with parameters of type Actor Modifier and Type Method Description Attachment.Builder
Attachment.Builder. mergeCreator(Actor value)
Output only.Case.Builder
Case.Builder. mergeCreator(Actor value)
The user who created the case.Comment.Builder
Comment.Builder. mergeCreator(Actor value)
Output only.Actor.Builder
Actor.Builder. mergeFrom(Actor other)
static Actor.Builder
Actor. newBuilder(Actor prototype)
Attachment.Builder
Attachment.Builder. setCreator(Actor value)
Output only.Case.Builder
Case.Builder. setCreator(Actor value)
The user who created the case.Comment.Builder
Comment.Builder. setCreator(Actor value)
Output only.
-