Interface ConfigSyncDeploymentStateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConfigSyncDeploymentState,ConfigSyncDeploymentState.Builder
public interface ConfigSyncDeploymentStateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentStategetGitSync()Deployment state of the git-sync podintgetGitSyncValue()Deployment state of the git-sync podDeploymentStategetImporter()Deployment state of the importer podintgetImporterValue()Deployment state of the importer podDeploymentStategetMonitor()Deployment state of the monitor podintgetMonitorValue()Deployment state of the monitor podDeploymentStategetReconcilerManager()Deployment state of reconciler-manager podintgetReconcilerManagerValue()Deployment state of reconciler-manager podDeploymentStategetRootReconciler()Deployment state of root-reconcilerintgetRootReconcilerValue()Deployment state of root-reconcilerDeploymentStategetSyncer()Deployment state of the syncer podintgetSyncerValue()Deployment state of the syncer pod-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getImporterValue
int getImporterValue()
Deployment state of the importer pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState importer = 1;- Returns:
- The enum numeric value on the wire for importer.
-
getImporter
DeploymentState getImporter()
Deployment state of the importer pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState importer = 1;- Returns:
- The importer.
-
getSyncerValue
int getSyncerValue()
Deployment state of the syncer pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState syncer = 2;- Returns:
- The enum numeric value on the wire for syncer.
-
getSyncer
DeploymentState getSyncer()
Deployment state of the syncer pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState syncer = 2;- Returns:
- The syncer.
-
getGitSyncValue
int getGitSyncValue()
Deployment state of the git-sync pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState git_sync = 3;- Returns:
- The enum numeric value on the wire for gitSync.
-
getGitSync
DeploymentState getGitSync()
Deployment state of the git-sync pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState git_sync = 3;- Returns:
- The gitSync.
-
getMonitorValue
int getMonitorValue()
Deployment state of the monitor pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState monitor = 4;- Returns:
- The enum numeric value on the wire for monitor.
-
getMonitor
DeploymentState getMonitor()
Deployment state of the monitor pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState monitor = 4;- Returns:
- The monitor.
-
getReconcilerManagerValue
int getReconcilerManagerValue()
Deployment state of reconciler-manager pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState reconciler_manager = 5;- Returns:
- The enum numeric value on the wire for reconcilerManager.
-
getReconcilerManager
DeploymentState getReconcilerManager()
Deployment state of reconciler-manager pod
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState reconciler_manager = 5;- Returns:
- The reconcilerManager.
-
getRootReconcilerValue
int getRootReconcilerValue()
Deployment state of root-reconciler
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState root_reconciler = 6;- Returns:
- The enum numeric value on the wire for rootReconciler.
-
getRootReconciler
DeploymentState getRootReconciler()
Deployment state of root-reconciler
.google.cloud.gkehub.configmanagement.v1alpha.DeploymentState root_reconciler = 6;- Returns:
- The rootReconciler.
-
-