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 ConfigSyncDeploymentState
getDeploymentState()
Information about the deployment of ConfigSync, including the version of the various Pods deployedConfigSyncDeploymentStateOrBuilder
getDeploymentStateOrBuilder()
Information about the deployment of ConfigSync, including the version of the various Pods deployedSyncState
getSyncState()
The state of ConfigSync's process to sync configs to a clusterSyncStateOrBuilder
getSyncStateOrBuilder()
The state of ConfigSync's process to sync configs to a clusterConfigSyncVersion
getVersion()
The version of ConfigSync deployedConfigSyncVersionOrBuilder
getVersionOrBuilder()
The version of ConfigSync deployedboolean
hasDeploymentState()
Information about the deployment of ConfigSync, including the version of the various Pods deployedboolean
hasSyncState()
The state of ConfigSync's process to sync configs to a clusterboolean
hasVersion()
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;
-
-