Uses of Class
com.google.cloud.run.v2.TCPSocketAction.Builder
-
Packages that use TCPSocketAction.Builder Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of TCPSocketAction.Builder in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return TCPSocketAction.Builder Modifier and Type Method Description TCPSocketAction.BuilderTCPSocketAction.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)TCPSocketAction.BuilderTCPSocketAction.Builder. clear()TCPSocketAction.BuilderTCPSocketAction.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)TCPSocketAction.BuilderTCPSocketAction.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)TCPSocketAction.BuilderTCPSocketAction.Builder. clearPort()Port number to access on the container.TCPSocketAction.BuilderTCPSocketAction.Builder. clone()TCPSocketAction.BuilderProbe.Builder. getTcpSocketBuilder()TCPSocket specifies an action involving a TCP port.TCPSocketAction.BuilderTCPSocketAction.Builder. mergeFrom(TCPSocketAction other)TCPSocketAction.BuilderTCPSocketAction.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TCPSocketAction.BuilderTCPSocketAction.Builder. mergeFrom(com.google.protobuf.Message other)TCPSocketAction.BuilderTCPSocketAction.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static TCPSocketAction.BuilderTCPSocketAction. newBuilder()static TCPSocketAction.BuilderTCPSocketAction. newBuilder(TCPSocketAction prototype)TCPSocketAction.BuilderTCPSocketAction. newBuilderForType()protected TCPSocketAction.BuilderTCPSocketAction. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)TCPSocketAction.BuilderTCPSocketAction.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)TCPSocketAction.BuilderTCPSocketAction.Builder. setPort(int value)Port number to access on the container.TCPSocketAction.BuilderTCPSocketAction.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)TCPSocketAction.BuilderTCPSocketAction.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)TCPSocketAction.BuilderTCPSocketAction. toBuilder()Methods in com.google.cloud.run.v2 with parameters of type TCPSocketAction.Builder Modifier and Type Method Description Probe.BuilderProbe.Builder. setTcpSocket(TCPSocketAction.Builder builderForValue)TCPSocket specifies an action involving a TCP port.
-