GatewayOuterClass.ThrowErrorRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
GatewayOuterClass.ThrowErrorRequest.Builder.clearJobKey()
the unique job identifier, as obtained when activating the job
GatewayOuterClass.ThrowErrorRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
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. e.g. { "a": 1, "b": 2 } will create two variables, named "a" and
"b" respectively, with their associated values. [{ "a": 1, "b": 2 }] would not be a
valid argument, as the root of the JSON document is an array and not an object.
GatewayOuterClass.ThrowErrorRequest.Builder.clone()
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.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
GatewayOuterClass.ThrowErrorRequest.Builder.setJobKey(long value)
the unique job identifier, as obtained when activating the job
GatewayOuterClass.ThrowErrorRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
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. e.g. { "a": 1, "b": 2 } will create two variables, named "a" and
"b" respectively, with their associated values. [{ "a": 1, "b": 2 }] would not be a
valid argument, as the root of the JSON document is an array and not an object.
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. e.g. { "a": 1, "b": 2 } will create two variables, named "a" and
"b" respectively, with their associated values. [{ "a": 1, "b": 2 }] would not be a
valid argument, as the root of the JSON document is an array and not an object.
GatewayOuterClass.ThrowErrorRequest.toBuilder()