Class StoragePoolName.Builder (0.21.0)

public static class StoragePoolName.Builder

Builder for projects/{project}/locations/{location}/storagePools/{storage_pool}.

Inheritance

java.lang.Object > StoragePoolName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public StoragePoolName build()
Returns
TypeDescription
StoragePoolName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getStoragePool()

public String getStoragePool()
Returns
TypeDescription
String

setLocation(String location)

public StoragePoolName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
StoragePoolName.Builder

setProject(String project)

public StoragePoolName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
StoragePoolName.Builder

setStoragePool(String storagePool)

public StoragePoolName.Builder setStoragePool(String storagePool)
Parameter
NameDescription
storagePoolString
Returns
TypeDescription
StoragePoolName.Builder