public interface ConfigSyncStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConfigSyncDeploymentState |
getDeploymentState()
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
|
ConfigSyncDeploymentStateOrBuilder |
getDeploymentStateOrBuilder()
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
|
SyncState |
getSyncState()
The state of ConfigSync's process to sync configs to a cluster
|
SyncStateOrBuilder |
getSyncStateOrBuilder()
The state of ConfigSync's process to sync configs to a cluster
|
ConfigSyncVersion |
getVersion()
The version of ConfigSync deployed
|
ConfigSyncVersionOrBuilder |
getVersionOrBuilder()
The version of ConfigSync deployed
|
boolean |
hasDeploymentState()
Information about the deployment of ConfigSync, including the version
of the various Pods deployed
|
boolean |
hasSyncState()
The state of ConfigSync's process to sync configs to a cluster
|
boolean |
hasVersion()
The version of ConfigSync deployed
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVersion()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;ConfigSyncVersion getVersion()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;ConfigSyncVersionOrBuilder getVersionOrBuilder()
The version of ConfigSync deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;boolean hasDeploymentState()
Information about the deployment of ConfigSync, including the version of the various Pods deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncDeploymentState deployment_state = 2;
ConfigSyncDeploymentState getDeploymentState()
Information about the deployment of ConfigSync, including the version of the various Pods deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncDeploymentState deployment_state = 2;
ConfigSyncDeploymentStateOrBuilder getDeploymentStateOrBuilder()
Information about the deployment of ConfigSync, including the version of the various Pods deployed
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncDeploymentState deployment_state = 2;
boolean hasSyncState()
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1alpha.SyncState sync_state = 3;SyncState getSyncState()
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1alpha.SyncState sync_state = 3;SyncStateOrBuilder getSyncStateOrBuilder()
The state of ConfigSync's process to sync configs to a cluster
.google.cloud.gkehub.configmanagement.v1alpha.SyncState sync_state = 3;Copyright © 2024 Google LLC. All rights reserved.