Package com.google.cloud.netapp.v1
Class StoragePoolName.Builder
- java.lang.Object
-
- com.google.cloud.netapp.v1.StoragePoolName.Builder
-
- Enclosing class:
- StoragePoolName
public static class StoragePoolName.Builder extends Object
Builder for projects/{project}/locations/{location}/storagePools/{storage_pool}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StoragePoolName
build()
String
getLocation()
String
getProject()
String
getStoragePool()
StoragePoolName.Builder
setLocation(String location)
StoragePoolName.Builder
setProject(String project)
StoragePoolName.Builder
setStoragePool(String storagePool)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getStoragePool
public String getStoragePool()
-
setProject
public StoragePoolName.Builder setProject(String project)
-
setLocation
public StoragePoolName.Builder setLocation(String location)
-
setStoragePool
public StoragePoolName.Builder setStoragePool(String storagePool)
-
build
public StoragePoolName build()
-
-