Uses of Class
com.google.cloud.compute.v1.ServerBinding
-
Packages that use ServerBinding Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of ServerBinding in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ServerBinding Modifier and Type Method Description ServerBinding
ServerBinding.Builder. build()
ServerBinding
ServerBinding.Builder. buildPartial()
static ServerBinding
ServerBinding. getDefaultInstance()
ServerBinding
ServerBinding.Builder. getDefaultInstanceForType()
ServerBinding
ServerBinding. getDefaultInstanceForType()
ServerBinding
NodeGroupNode.Builder. getServerBinding()
Binding properties for the physical server.ServerBinding
NodeGroupNode. getServerBinding()
Binding properties for the physical server.ServerBinding
NodeGroupNodeOrBuilder. getServerBinding()
Binding properties for the physical server.ServerBinding
NodeTemplate.Builder. getServerBinding()
Sets the binding properties for the physical server.ServerBinding
NodeTemplate. getServerBinding()
Sets the binding properties for the physical server.ServerBinding
NodeTemplateOrBuilder. getServerBinding()
Sets the binding properties for the physical server.static ServerBinding
ServerBinding. parseDelimitedFrom(InputStream input)
static ServerBinding
ServerBinding. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServerBinding
ServerBinding. parseFrom(byte[] data)
static ServerBinding
ServerBinding. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServerBinding
ServerBinding. parseFrom(com.google.protobuf.ByteString data)
static ServerBinding
ServerBinding. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServerBinding
ServerBinding. parseFrom(com.google.protobuf.CodedInputStream input)
static ServerBinding
ServerBinding. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServerBinding
ServerBinding. parseFrom(InputStream input)
static ServerBinding
ServerBinding. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ServerBinding
ServerBinding. parseFrom(ByteBuffer data)
static ServerBinding
ServerBinding. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ServerBinding Modifier and Type Method Description com.google.protobuf.Parser<ServerBinding>
ServerBinding. getParserForType()
static com.google.protobuf.Parser<ServerBinding>
ServerBinding. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ServerBinding Modifier and Type Method Description ServerBinding.Builder
ServerBinding.Builder. mergeFrom(ServerBinding other)
NodeGroupNode.Builder
NodeGroupNode.Builder. mergeServerBinding(ServerBinding value)
Binding properties for the physical server.NodeTemplate.Builder
NodeTemplate.Builder. mergeServerBinding(ServerBinding value)
Sets the binding properties for the physical server.static ServerBinding.Builder
ServerBinding. newBuilder(ServerBinding prototype)
NodeGroupNode.Builder
NodeGroupNode.Builder. setServerBinding(ServerBinding value)
Binding properties for the physical server.NodeTemplate.Builder
NodeTemplate.Builder. setServerBinding(ServerBinding value)
Sets the binding properties for the physical server.
-