Class RuntimeProjectAttachmentName.Builder (0.1.0)

public static class RuntimeProjectAttachmentName.Builder

Builder for projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}.

Inheritance

java.lang.Object > RuntimeProjectAttachmentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public RuntimeProjectAttachmentName build()
Returns
Type Description
RuntimeProjectAttachmentName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getRuntimeProjectAttachment()

public String getRuntimeProjectAttachment()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setRuntimeProjectAttachment(String runtimeProjectAttachment)

public RuntimeProjectAttachmentName.Builder setRuntimeProjectAttachment(String runtimeProjectAttachment)
Parameter
Name Description
runtimeProjectAttachment String
Returns
Type Description
RuntimeProjectAttachmentName.Builder