-
GatewayOuterClass.ThrowErrorRequest.Builder.clear()
the error code that will be matched with an error catch event
an optional error message that provides additional context
GatewayOuterClass.ThrowErrorRequest.Builder.clearJobKey()
the unique job identifier, as obtained when activating the job
JSON document that will instantiate the variables at the local scope of the
error catch event that catches the thrown error; it must be a JSON object, as variables will be mapped in a
key-value fashion.
GatewayOuterClass.ThrowErrorRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GatewayOuterClass.ThrowErrorRequest.Builder.mergeFrom(com.google.protobuf.Message other)
GatewayOuterClass.ThrowErrorRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GatewayOuterClass.ThrowErrorRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
the error code that will be matched with an error catch event
GatewayOuterClass.ThrowErrorRequest.Builder.setErrorCodeBytes(com.google.protobuf.ByteString value)
the error code that will be matched with an error catch event
an optional error message that provides additional context
GatewayOuterClass.ThrowErrorRequest.Builder.setErrorMessageBytes(com.google.protobuf.ByteString value)
an optional error message that provides additional context
GatewayOuterClass.ThrowErrorRequest.Builder.setJobKey(long value)
the unique job identifier, as obtained when activating the job
GatewayOuterClass.ThrowErrorRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
JSON document that will instantiate the variables at the local scope of the
error catch event that catches the thrown error; it must be a JSON object, as variables will be mapped in a
key-value fashion.
GatewayOuterClass.ThrowErrorRequest.Builder.setVariablesBytes(com.google.protobuf.ByteString value)
JSON document that will instantiate the variables at the local scope of the
error catch event that catches the thrown error; it must be a JSON object, as variables will be mapped in a
key-value fashion.
GatewayOuterClass.ThrowErrorRequest.toBuilder()