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 OperationClusterManagerClient. updateCluster(String name, ClusterUpdate update)Updates the settings of a specific cluster.OperationClusterManagerClient. 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 ClusterUpdateClusterUpdate.Builder. build()ClusterUpdateClusterUpdate.Builder. buildPartial()static ClusterUpdateClusterUpdate. getDefaultInstance()ClusterUpdateClusterUpdate.Builder. getDefaultInstanceForType()ClusterUpdateClusterUpdate. getDefaultInstanceForType()ClusterUpdateUpdateClusterRequest.Builder. getUpdate()Required.ClusterUpdateUpdateClusterRequest. getUpdate()Required.ClusterUpdateUpdateClusterRequestOrBuilder. getUpdate()Required.static ClusterUpdateClusterUpdate. parseDelimitedFrom(InputStream input)static ClusterUpdateClusterUpdate. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterUpdateClusterUpdate. parseFrom(byte[] data)static ClusterUpdateClusterUpdate. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterUpdateClusterUpdate. parseFrom(com.google.protobuf.ByteString data)static ClusterUpdateClusterUpdate. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterUpdateClusterUpdate. parseFrom(com.google.protobuf.CodedInputStream input)static ClusterUpdateClusterUpdate. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterUpdateClusterUpdate. parseFrom(InputStream input)static ClusterUpdateClusterUpdate. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterUpdateClusterUpdate. parseFrom(ByteBuffer data)static ClusterUpdateClusterUpdate. 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.BuilderClusterUpdate.Builder. mergeFrom(ClusterUpdate other)UpdateClusterRequest.BuilderUpdateClusterRequest.Builder. mergeUpdate(ClusterUpdate value)Required.static ClusterUpdate.BuilderClusterUpdate. newBuilder(ClusterUpdate prototype)UpdateClusterRequest.BuilderUpdateClusterRequest.Builder. setUpdate(ClusterUpdate value)Required.
-