Uses of Class
com.google.cloud.workstations.v1beta.WorkstationName.Builder
-
Packages that use WorkstationName.Builder Package Description com.google.cloud.workstations.v1beta A client to Cloud Workstations API -
-
Uses of WorkstationName.Builder in com.google.cloud.workstations.v1beta
Methods in com.google.cloud.workstations.v1beta that return WorkstationName.Builder Modifier and Type Method Description static WorkstationName.Builder
WorkstationName. newBuilder()
WorkstationName.Builder
WorkstationName.Builder. setLocation(String location)
WorkstationName.Builder
WorkstationName.Builder. setProject(String project)
WorkstationName.Builder
WorkstationName.Builder. setWorkstation(String workstation)
WorkstationName.Builder
WorkstationName.Builder. setWorkstationCluster(String workstationCluster)
WorkstationName.Builder
WorkstationName.Builder. setWorkstationConfig(String workstationConfig)
WorkstationName.Builder
WorkstationName. toBuilder()
-