Builder

public abstract class Builder

Builder for GoogleRpcStatus.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public abstract GoogleRpcStatus build()
Link copied to clipboard
@CanIgnoreReturnValue()
public GoogleRpcStatus.Builder clearCode()
Clears the value of code field.
Link copied to clipboard
@CanIgnoreReturnValue()
public GoogleRpcStatus.Builder clearDetails()
Clears the value of details field.
Link copied to clipboard
@CanIgnoreReturnValue()
public GoogleRpcStatus.Builder clearMessage()
Clears the value of message field.
Link copied to clipboard
public abstract GoogleRpcStatus.Builder code(Integer code)
Setter for code.
Link copied to clipboard
public abstract GoogleRpcStatus.Builder details(List<Map<String, Object>> details)
@CanIgnoreReturnValue()
public GoogleRpcStatus.Builder details(Array<Map<String, Object>> details)
Setter for details.
Link copied to clipboard
public abstract GoogleRpcStatus.Builder message(String message)
Setter for message.