Uses of Class
com.google.cloud.run.v2.ContainerPort
-
Packages that use ContainerPort Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of ContainerPort in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return ContainerPort Modifier and Type Method Description ContainerPortContainerPort.Builder. build()ContainerPortContainerPort.Builder. buildPartial()static ContainerPortContainerPort. getDefaultInstance()ContainerPortContainerPort.Builder. getDefaultInstanceForType()ContainerPortContainerPort. getDefaultInstanceForType()ContainerPortContainer.Builder. getPorts(int index)List of ports to expose from the container.ContainerPortContainer. getPorts(int index)List of ports to expose from the container.ContainerPortContainerOrBuilder. getPorts(int index)List of ports to expose from the container.static ContainerPortContainerPort. parseDelimitedFrom(InputStream input)static ContainerPortContainerPort. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerPortContainerPort. parseFrom(byte[] data)static ContainerPortContainerPort. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerPortContainerPort. parseFrom(com.google.protobuf.ByteString data)static ContainerPortContainerPort. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerPortContainerPort. parseFrom(com.google.protobuf.CodedInputStream input)static ContainerPortContainerPort. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerPortContainerPort. parseFrom(InputStream input)static ContainerPortContainerPort. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContainerPortContainerPort. parseFrom(ByteBuffer data)static ContainerPortContainerPort. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.run.v2 that return types with arguments of type ContainerPort Modifier and Type Method Description com.google.protobuf.Parser<ContainerPort>ContainerPort. getParserForType()List<ContainerPort>Container.Builder. getPortsList()List of ports to expose from the container.List<ContainerPort>Container. getPortsList()List of ports to expose from the container.List<ContainerPort>ContainerOrBuilder. getPortsList()List of ports to expose from the container.static com.google.protobuf.Parser<ContainerPort>ContainerPort. parser()Methods in com.google.cloud.run.v2 with parameters of type ContainerPort Modifier and Type Method Description Container.BuilderContainer.Builder. addPorts(int index, ContainerPort value)List of ports to expose from the container.Container.BuilderContainer.Builder. addPorts(ContainerPort value)List of ports to expose from the container.ContainerPort.BuilderContainerPort.Builder. mergeFrom(ContainerPort other)static ContainerPort.BuilderContainerPort. newBuilder(ContainerPort prototype)Container.BuilderContainer.Builder. setPorts(int index, ContainerPort value)List of ports to expose from the container.Method parameters in com.google.cloud.run.v2 with type arguments of type ContainerPort Modifier and Type Method Description Container.BuilderContainer.Builder. addAllPorts(Iterable<? extends ContainerPort> values)List of ports to expose from the container.
-