Class ErrorGroupName.Builder (0.164.0-beta)

public static class ErrorGroupName.Builder

Builder for projects/{project}/groups/{group}.

Inheritance

java.lang.Object > ErrorGroupName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ErrorGroupName build()
Returns
Type Description
ErrorGroupName

getGroup()

public String getGroup()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setGroup(String group)

public ErrorGroupName.Builder setGroup(String group)
Parameter
Name Description
group String
Returns
Type Description
ErrorGroupName.Builder

setProject(String project)

public ErrorGroupName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
ErrorGroupName.Builder