Uses of Class
com.google.container.v1.ClusterUpdate
-
Packages that use ClusterUpdate Package Description com.google.cloud.container.v1 A client to Kubernetes Engine APIcom.google.container.v1 -
-
Uses of ClusterUpdate in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 with parameters of type ClusterUpdate Modifier and Type Method Description Operation
ClusterManagerClient. updateCluster(String name, ClusterUpdate update)
Updates the settings of a specific cluster.Operation
ClusterManagerClient. updateCluster(String projectId, String zone, String clusterId, ClusterUpdate update)
Updates the settings of a specific cluster. -
Uses of ClusterUpdate in com.google.container.v1
Methods in com.google.container.v1 that return ClusterUpdate Modifier and Type Method Description ClusterUpdate
ClusterUpdate.Builder. build()
ClusterUpdate
ClusterUpdate.Builder. buildPartial()
static ClusterUpdate
ClusterUpdate. getDefaultInstance()
ClusterUpdate
ClusterUpdate.Builder. getDefaultInstanceForType()
ClusterUpdate
ClusterUpdate. getDefaultInstanceForType()
ClusterUpdate
UpdateClusterRequest.Builder. getUpdate()
Required.ClusterUpdate
UpdateClusterRequest. getUpdate()
Required.ClusterUpdate
UpdateClusterRequestOrBuilder. getUpdate()
Required.static ClusterUpdate
ClusterUpdate. parseDelimitedFrom(InputStream input)
static ClusterUpdate
ClusterUpdate. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterUpdate
ClusterUpdate. parseFrom(byte[] data)
static ClusterUpdate
ClusterUpdate. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterUpdate
ClusterUpdate. parseFrom(com.google.protobuf.ByteString data)
static ClusterUpdate
ClusterUpdate. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterUpdate
ClusterUpdate. parseFrom(com.google.protobuf.CodedInputStream input)
static ClusterUpdate
ClusterUpdate. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterUpdate
ClusterUpdate. parseFrom(InputStream input)
static ClusterUpdate
ClusterUpdate. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterUpdate
ClusterUpdate. parseFrom(ByteBuffer data)
static ClusterUpdate
ClusterUpdate. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1 that return types with arguments of type ClusterUpdate Modifier and Type Method Description com.google.protobuf.Parser<ClusterUpdate>
ClusterUpdate. getParserForType()
static com.google.protobuf.Parser<ClusterUpdate>
ClusterUpdate. parser()
Methods in com.google.container.v1 with parameters of type ClusterUpdate Modifier and Type Method Description ClusterUpdate.Builder
ClusterUpdate.Builder. mergeFrom(ClusterUpdate other)
UpdateClusterRequest.Builder
UpdateClusterRequest.Builder. mergeUpdate(ClusterUpdate value)
Required.static ClusterUpdate.Builder
ClusterUpdate. newBuilder(ClusterUpdate prototype)
UpdateClusterRequest.Builder
UpdateClusterRequest.Builder. setUpdate(ClusterUpdate value)
Required.
-