Uses of Class
com.google.cloud.tasks.v2beta3.Attempt
-
Packages that use Attempt Package Description com.google.cloud.tasks.v2beta3 A client to Cloud Tasks API -
-
Uses of Attempt in com.google.cloud.tasks.v2beta3
Methods in com.google.cloud.tasks.v2beta3 that return Attempt Modifier and Type Method Description AttemptAttempt.Builder. build()AttemptAttempt.Builder. buildPartial()static AttemptAttempt. getDefaultInstance()AttemptAttempt.Builder. getDefaultInstanceForType()AttemptAttempt. getDefaultInstanceForType()AttemptTask.Builder. getFirstAttempt()Output only.AttemptTask. getFirstAttempt()Output only.AttemptTaskOrBuilder. getFirstAttempt()Output only.AttemptTask.Builder. getLastAttempt()Output only.AttemptTask. getLastAttempt()Output only.AttemptTaskOrBuilder. getLastAttempt()Output only.static AttemptAttempt. parseDelimitedFrom(InputStream input)static AttemptAttempt. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttemptAttempt. parseFrom(byte[] data)static AttemptAttempt. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttemptAttempt. parseFrom(com.google.protobuf.ByteString data)static AttemptAttempt. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttemptAttempt. parseFrom(com.google.protobuf.CodedInputStream input)static AttemptAttempt. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttemptAttempt. parseFrom(InputStream input)static AttemptAttempt. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttemptAttempt. parseFrom(ByteBuffer data)static AttemptAttempt. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.tasks.v2beta3 that return types with arguments of type Attempt Modifier and Type Method Description com.google.protobuf.Parser<Attempt>Attempt. getParserForType()static com.google.protobuf.Parser<Attempt>Attempt. parser()Methods in com.google.cloud.tasks.v2beta3 with parameters of type Attempt Modifier and Type Method Description Task.BuilderTask.Builder. mergeFirstAttempt(Attempt value)Output only.Attempt.BuilderAttempt.Builder. mergeFrom(Attempt other)Task.BuilderTask.Builder. mergeLastAttempt(Attempt value)Output only.static Attempt.BuilderAttempt. newBuilder(Attempt prototype)Task.BuilderTask.Builder. setFirstAttempt(Attempt value)Output only.Task.BuilderTask.Builder. setLastAttempt(Attempt value)Output only.
-