Uses of Interface
com.google.cloud.run.v2.ContainerPortOrBuilder
-
Packages that use ContainerPortOrBuilder Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of ContainerPortOrBuilder in com.google.cloud.run.v2
Classes in com.google.cloud.run.v2 that implement ContainerPortOrBuilder Modifier and Type Class Description class
ContainerPort
ContainerPort represents a network port in a single container.static class
ContainerPort.Builder
ContainerPort represents a network port in a single container.Methods in com.google.cloud.run.v2 that return ContainerPortOrBuilder Modifier and Type Method Description ContainerPortOrBuilder
Container.Builder. getPortsOrBuilder(int index)
List of ports to expose from the container.ContainerPortOrBuilder
Container. getPortsOrBuilder(int index)
List of ports to expose from the container.ContainerPortOrBuilder
ContainerOrBuilder. getPortsOrBuilder(int index)
List of ports to expose from the container.Methods in com.google.cloud.run.v2 that return types with arguments of type ContainerPortOrBuilder Modifier and Type Method Description List<? extends ContainerPortOrBuilder>
Container.Builder. getPortsOrBuilderList()
List of ports to expose from the container.List<? extends ContainerPortOrBuilder>
Container. getPortsOrBuilderList()
List of ports to expose from the container.List<? extends ContainerPortOrBuilder>
ContainerOrBuilder. getPortsOrBuilderList()
List of ports to expose from the container.
-