Class RestoreChannelName.Builder (0.62.0)

public static class RestoreChannelName.Builder

Builder for projects/{project}/locations/{location}/restoreChannels/{restore_channel}.

Inheritance

java.lang.Object > RestoreChannelName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public RestoreChannelName build()
Returns
Type Description
RestoreChannelName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getRestoreChannel()

public String getRestoreChannel()
Returns
Type Description
String

setLocation(String location)

public RestoreChannelName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
RestoreChannelName.Builder

setProject(String project)

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

setRestoreChannel(String restoreChannel)

public RestoreChannelName.Builder setRestoreChannel(String restoreChannel)
Parameter
Name Description
restoreChannel String
Returns
Type Description
RestoreChannelName.Builder