public interface SyncStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SyncState.SyncCode |
getCode()
Sync status code
|
int |
getCodeValue()
Sync status code
|
SyncError |
getErrors(int index)
A list of errors resulting from problematic configs.
|
int |
getErrorsCount()
A list of errors resulting from problematic configs.
|
List<SyncError> |
getErrorsList()
A list of errors resulting from problematic configs.
|
SyncErrorOrBuilder |
getErrorsOrBuilder(int index)
A list of errors resulting from problematic configs.
|
List<? extends SyncErrorOrBuilder> |
getErrorsOrBuilderList()
A list of errors resulting from problematic configs.
|
String |
getImportToken()
Token indicating the state of the importer.
|
com.google.protobuf.ByteString |
getImportTokenBytes()
Token indicating the state of the importer.
|
String |
getLastSync()
Deprecated.
google.cloud.gkehub.configmanagement.v1alpha.SyncState.last_sync is deprecated. See
google/cloud/gkehub/v1alpha/configmanagement/configmanagement.proto;l=320
|
com.google.protobuf.ByteString |
getLastSyncBytes()
Deprecated.
google.cloud.gkehub.configmanagement.v1alpha.SyncState.last_sync is deprecated. See
google/cloud/gkehub/v1alpha/configmanagement/configmanagement.proto;l=320
|
com.google.protobuf.Timestamp |
getLastSyncTime()
Timestamp type of when ACM last successfully synced the repo
|
com.google.protobuf.TimestampOrBuilder |
getLastSyncTimeOrBuilder()
Timestamp type of when ACM last successfully synced the repo
|
String |
getSourceToken()
Token indicating the state of the repo.
|
com.google.protobuf.ByteString |
getSourceTokenBytes()
Token indicating the state of the repo.
|
String |
getSyncToken()
Token indicating the state of the syncer.
|
com.google.protobuf.ByteString |
getSyncTokenBytes()
Token indicating the state of the syncer.
|
boolean |
hasLastSyncTime()
Timestamp type of when ACM last successfully synced the repo
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSourceToken()
Token indicating the state of the repo.
string source_token = 1;com.google.protobuf.ByteString getSourceTokenBytes()
Token indicating the state of the repo.
string source_token = 1;String getImportToken()
Token indicating the state of the importer.
string import_token = 2;com.google.protobuf.ByteString getImportTokenBytes()
Token indicating the state of the importer.
string import_token = 2;String getSyncToken()
Token indicating the state of the syncer.
string sync_token = 3;com.google.protobuf.ByteString getSyncTokenBytes()
Token indicating the state of the syncer.
string sync_token = 3;@Deprecated String getLastSync()
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
string last_sync = 4 [deprecated = true];@Deprecated com.google.protobuf.ByteString getLastSyncBytes()
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
string last_sync = 4 [deprecated = true];boolean hasLastSyncTime()
Timestamp type of when ACM last successfully synced the repo
.google.protobuf.Timestamp last_sync_time = 7;com.google.protobuf.Timestamp getLastSyncTime()
Timestamp type of when ACM last successfully synced the repo
.google.protobuf.Timestamp last_sync_time = 7;com.google.protobuf.TimestampOrBuilder getLastSyncTimeOrBuilder()
Timestamp type of when ACM last successfully synced the repo
.google.protobuf.Timestamp last_sync_time = 7;int getCodeValue()
Sync status code
.google.cloud.gkehub.configmanagement.v1alpha.SyncState.SyncCode code = 5;SyncState.SyncCode getCode()
Sync status code
.google.cloud.gkehub.configmanagement.v1alpha.SyncState.SyncCode code = 5;List<SyncError> getErrorsList()
A list of errors resulting from problematic configs. This list will be truncated after 100 errors, although it is unlikely for that many errors to simultaneously exist.
repeated .google.cloud.gkehub.configmanagement.v1alpha.SyncError errors = 6;SyncError getErrors(int index)
A list of errors resulting from problematic configs. This list will be truncated after 100 errors, although it is unlikely for that many errors to simultaneously exist.
repeated .google.cloud.gkehub.configmanagement.v1alpha.SyncError errors = 6;int getErrorsCount()
A list of errors resulting from problematic configs. This list will be truncated after 100 errors, although it is unlikely for that many errors to simultaneously exist.
repeated .google.cloud.gkehub.configmanagement.v1alpha.SyncError errors = 6;List<? extends SyncErrorOrBuilder> getErrorsOrBuilderList()
A list of errors resulting from problematic configs. This list will be truncated after 100 errors, although it is unlikely for that many errors to simultaneously exist.
repeated .google.cloud.gkehub.configmanagement.v1alpha.SyncError errors = 6;SyncErrorOrBuilder getErrorsOrBuilder(int index)
A list of errors resulting from problematic configs. This list will be truncated after 100 errors, although it is unlikely for that many errors to simultaneously exist.
repeated .google.cloud.gkehub.configmanagement.v1alpha.SyncError errors = 6;Copyright © 2024 Google LLC. All rights reserved.