Class ServiceProjectAttachmentName.Builder (0.8.0)

public static class ServiceProjectAttachmentName.Builder

Builder for projects/{project}/locations/{location}/serviceProjectAttachments/{service_project_attachment}.

Inheritance

java.lang.Object > ServiceProjectAttachmentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ServiceProjectAttachmentName build()
Returns
Type Description
ServiceProjectAttachmentName

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getServiceProjectAttachment()

public String getServiceProjectAttachment()
Returns
Type Description
String

setLocation(String location)

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

setProject(String project)

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

setServiceProjectAttachment(String serviceProjectAttachment)

public ServiceProjectAttachmentName.Builder setServiceProjectAttachment(String serviceProjectAttachment)
Parameter
Name Description
serviceProjectAttachment String
Returns
Type Description
ServiceProjectAttachmentName.Builder