public interface SetMaintenancePolicyRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClusterId()
The name of the cluster to update.
|
ByteString |
getClusterIdBytes()
The name of the cluster to update.
|
MaintenancePolicy |
getMaintenancePolicy()
The maintenance policy to be set for the cluster.
|
MaintenancePolicyOrBuilder |
getMaintenancePolicyOrBuilder()
The maintenance policy to be set for the cluster.
|
java.lang.String |
getProjectId()
The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
|
ByteString |
getProjectIdBytes()
The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
|
java.lang.String |
getZone()
The name of the Google Compute Engine
[zone](/compute/docs/zones#available) in which the cluster
resides.
|
ByteString |
getZoneBytes()
The name of the Google Compute Engine
[zone](/compute/docs/zones#available) in which the cluster
resides.
|
boolean |
hasMaintenancePolicy()
The maintenance policy to be set for the cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getProjectId()
The Google Developers Console [project ID or project number](https://support.google.com/cloud/answer/6158840).
string project_id = 1;
ByteString getProjectIdBytes()
The Google Developers Console [project ID or project number](https://support.google.com/cloud/answer/6158840).
string project_id = 1;
java.lang.String getZone()
The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the cluster resides.
string zone = 2;
ByteString getZoneBytes()
The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the cluster resides.
string zone = 2;
java.lang.String getClusterId()
The name of the cluster to update.
string cluster_id = 3;
ByteString getClusterIdBytes()
The name of the cluster to update.
string cluster_id = 3;
boolean hasMaintenancePolicy()
The maintenance policy to be set for the cluster. An empty field clears the existing maintenance policy.
.google.container.v1.MaintenancePolicy maintenance_policy = 4;
MaintenancePolicy getMaintenancePolicy()
The maintenance policy to be set for the cluster. An empty field clears the existing maintenance policy.
.google.container.v1.MaintenancePolicy maintenance_policy = 4;
MaintenancePolicyOrBuilder getMaintenancePolicyOrBuilder()
The maintenance policy to be set for the cluster. An empty field clears the existing maintenance policy.
.google.container.v1.MaintenancePolicy maintenance_policy = 4;