Interface ConfigSyncStateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConfigSyncState,ConfigSyncState.Builder
public interface ConfigSyncStateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigSyncDeploymentStategetDeploymentState()Information about the deployment of ConfigSync, including the version of the various Pods deployedConfigSyncDeploymentStateOrBuildergetDeploymentStateOrBuilder()Information about the deployment of ConfigSync, including the version of the various Pods deployedSyncStategetSyncState()The state of ConfigSync's process to sync configs to a clusterSyncStateOrBuildergetSyncStateOrBuilder()The state of ConfigSync's process to sync configs to a clusterConfigSyncVersiongetVersion()The version of ConfigSync deployedConfigSyncVersionOrBuildergetVersionOrBuilder()The version of ConfigSync deployedbooleanhasDeploymentState()Information about the deployment of ConfigSync, including the version of the various Pods deployedbooleanhasSyncState()The state of ConfigSync's process to sync configs to a clusterbooleanhasVersion()The version of ConfigSync deployed-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasVersion
boolean hasVersion()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1.ConfigSyncVersion version = 1;- Returns:
- Whether the version field is set.
-
getVersion
ConfigSyncVersion getVersion()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1.ConfigSyncVersion version = 1;- Returns:
- The version.
-
getVersionOrBuilder
ConfigSyncVersionOrBuilder getVersionOrBuilder()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1.ConfigSyncVersion version = 1;
-
hasDeploymentState
boolean hasDeploymentState()
Information about the deployment of ConfigSync, including the version of the various Pods deployed
.google.cloud.gkehub.configmanagement.v1.ConfigSyncDeploymentState deployment_state = 2;- Returns:
- Whether the deploymentState field is set.
-
getDeploymentState
ConfigSyncDeploymentState getDeploymentState()
Information about the deployment of ConfigSync, including the version of the various Pods deployed
.google.cloud.gkehub.configmanagement.v1.ConfigSyncDeploymentState deployment_state = 2;- Returns:
- The deploymentState.
-
getDeploymentStateOrBuilder
ConfigSyncDeploymentStateOrBuilder getDeploymentStateOrBuilder()
Information about the deployment of ConfigSync, including the version of the various Pods deployed
.google.cloud.gkehub.configmanagement.v1.ConfigSyncDeploymentState deployment_state = 2;
-
hasSyncState
boolean hasSyncState()
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1.SyncState sync_state = 3;- Returns:
- Whether the syncState field is set.
-
getSyncState
SyncState getSyncState()
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1.SyncState sync_state = 3;- Returns:
- The syncState.
-
getSyncStateOrBuilder
SyncStateOrBuilder getSyncStateOrBuilder()
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1.SyncState sync_state = 3;
-
-