Class Google::Cloud::GkeHub::ConfigManagement::V1::SyncState (v0.1.2)

State indicating an ACM's progress syncing configurations to a cluster

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#code

def code() -> ::Google::Cloud::GkeHub::ConfigManagement::V1::SyncState::SyncCode

#code=

def code=(value) -> ::Google::Cloud::GkeHub::ConfigManagement::V1::SyncState::SyncCode

#errors

def errors() -> ::Array<::Google::Cloud::GkeHub::ConfigManagement::V1::SyncError>
Returns

#errors=

def errors=(value) -> ::Array<::Google::Cloud::GkeHub::ConfigManagement::V1::SyncError>
Parameter
Returns

#import_token

def import_token() -> ::String
Returns
  • (::String) — Token indicating the state of the importer.

#import_token=

def import_token=(value) -> ::String
Parameter
  • value (::String) — Token indicating the state of the importer.
Returns
  • (::String) — Token indicating the state of the importer.

#last_sync

def last_sync() -> ::String
Returns
  • (::String) — Deprecated: use last_sync_time instead. Timestamp of when ACM last successfully synced the repo The time format is specified in https://golang.org/pkg/time/#Time.String

#last_sync=

def last_sync=(value) -> ::String
Parameter
  • value (::String) — Deprecated: use last_sync_time instead. Timestamp of when ACM last successfully synced the repo The time format is specified in https://golang.org/pkg/time/#Time.String
Returns
  • (::String) — Deprecated: use last_sync_time instead. Timestamp of when ACM last successfully synced the repo The time format is specified in https://golang.org/pkg/time/#Time.String

#last_sync_time

def last_sync_time() -> ::Google::Protobuf::Timestamp
Returns

#last_sync_time=

def last_sync_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#source_token

def source_token() -> ::String
Returns
  • (::String) — Token indicating the state of the repo.

#source_token=

def source_token=(value) -> ::String
Parameter
  • value (::String) — Token indicating the state of the repo.
Returns
  • (::String) — Token indicating the state of the repo.

#sync_token

def sync_token() -> ::String
Returns
  • (::String) — Token indicating the state of the syncer.

#sync_token=

def sync_token=(value) -> ::String
Parameter
  • value (::String) — Token indicating the state of the syncer.
Returns
  • (::String) — Token indicating the state of the syncer.