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 ContainerPort
ContainerPort.Builder. build()
ContainerPort
ContainerPort.Builder. buildPartial()
static ContainerPort
ContainerPort. getDefaultInstance()
ContainerPort
ContainerPort.Builder. getDefaultInstanceForType()
ContainerPort
ContainerPort. getDefaultInstanceForType()
ContainerPort
Container.Builder. getPorts(int index)
List of ports to expose from the container.ContainerPort
Container. getPorts(int index)
List of ports to expose from the container.ContainerPort
ContainerOrBuilder. getPorts(int index)
List of ports to expose from the container.static ContainerPort
ContainerPort. parseDelimitedFrom(InputStream input)
static ContainerPort
ContainerPort. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContainerPort
ContainerPort. parseFrom(byte[] data)
static ContainerPort
ContainerPort. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContainerPort
ContainerPort. parseFrom(com.google.protobuf.ByteString data)
static ContainerPort
ContainerPort. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContainerPort
ContainerPort. parseFrom(com.google.protobuf.CodedInputStream input)
static ContainerPort
ContainerPort. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContainerPort
ContainerPort. parseFrom(InputStream input)
static ContainerPort
ContainerPort. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContainerPort
ContainerPort. parseFrom(ByteBuffer data)
static ContainerPort
ContainerPort. 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.Builder
Container.Builder. addPorts(int index, ContainerPort value)
List of ports to expose from the container.Container.Builder
Container.Builder. addPorts(ContainerPort value)
List of ports to expose from the container.ContainerPort.Builder
ContainerPort.Builder. mergeFrom(ContainerPort other)
static ContainerPort.Builder
ContainerPort. newBuilder(ContainerPort prototype)
Container.Builder
Container.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.Builder
Container.Builder. addAllPorts(Iterable<? extends ContainerPort> values)
List of ports to expose from the container.
-