public static class StoragePoolName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StoragePoolName |
build() |
String |
getLocation() |
String |
getProject() |
String |
getStoragePool() |
StoragePoolName.Builder |
setLocation(String location) |
StoragePoolName.Builder |
setProject(String project) |
StoragePoolName.Builder |
setStoragePool(String storagePool) |
public String getProject()
public String getLocation()
public String getStoragePool()
public StoragePoolName.Builder setProject(String project)
public StoragePoolName.Builder setLocation(String location)
public StoragePoolName.Builder setStoragePool(String storagePool)
public StoragePoolName build()
Copyright © 2024 Google LLC. All rights reserved.