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 classContainerPortContainerPort represents a network port in a single container.static classContainerPort.BuilderContainerPort represents a network port in a single container.Methods in com.google.cloud.run.v2 that return ContainerPortOrBuilder Modifier and Type Method Description ContainerPortOrBuilderContainer.Builder. getPortsOrBuilder(int index)List of ports to expose from the container.ContainerPortOrBuilderContainer. getPortsOrBuilder(int index)List of ports to expose from the container.ContainerPortOrBuilderContainerOrBuilder. 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.
-