Uses of Class
com.google.cloud.edgecontainer.v1.MachineName
-
Packages that use MachineName Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container API -
-
Uses of MachineName in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 that return MachineName Modifier and Type Method Description MachineName
MachineName.Builder. build()
static MachineName
MachineName. of(String project, String location, String machine)
static MachineName
MachineName. parse(String formattedString)
Methods in com.google.cloud.edgecontainer.v1 that return types with arguments of type MachineName Modifier and Type Method Description static List<MachineName>
MachineName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.edgecontainer.v1 with parameters of type MachineName Modifier and Type Method Description Machine
EdgeContainerClient. getMachine(MachineName name)
Gets details of a single Machine.Method parameters in com.google.cloud.edgecontainer.v1 with type arguments of type MachineName Modifier and Type Method Description static List<String>
MachineName. toStringList(List<MachineName> values)
-