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 Detail

      • hasVersion

        boolean hasVersion()
         The version of ConfigSync deployed
         
        .google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
        Returns:
        Whether the version field is set.
      • getVersion

        ConfigSyncVersion getVersion()
         The version of ConfigSync deployed
         
        .google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
        Returns:
        The version.
      • getVersionOrBuilder

        ConfigSyncVersionOrBuilder getVersionOrBuilder()
         The version of ConfigSync deployed
         
        .google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncVersion version = 1;
      • hasDeploymentState

        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;
        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.v1alpha.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.v1alpha.ConfigSyncDeploymentState deployment_state = 2;
      • hasSyncState

        boolean hasSyncState()
         The state of ConfigSync's process to sync configs to a cluster
         
        .google.cloud.gkehub.configmanagement.v1alpha.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.v1alpha.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.v1alpha.SyncState sync_state = 3;