Uses of Class
com.google.cloud.gkehub.configmanagement.v1beta.SyncState
-
Packages that use SyncState Package Description com.google.cloud.gkehub.configmanagement.v1beta -
-
Uses of SyncState in com.google.cloud.gkehub.configmanagement.v1beta
Methods in com.google.cloud.gkehub.configmanagement.v1beta that return SyncState Modifier and Type Method Description SyncState
SyncState.Builder. build()
SyncState
SyncState.Builder. buildPartial()
static SyncState
SyncState. getDefaultInstance()
SyncState
SyncState.Builder. getDefaultInstanceForType()
SyncState
SyncState. getDefaultInstanceForType()
SyncState
ConfigSyncState.Builder. getSyncState()
The state of ConfigSync's process to sync configs to a clusterSyncState
ConfigSyncState. getSyncState()
The state of ConfigSync's process to sync configs to a clusterSyncState
ConfigSyncStateOrBuilder. getSyncState()
The state of ConfigSync's process to sync configs to a clusterstatic SyncState
SyncState. parseDelimitedFrom(InputStream input)
static SyncState
SyncState. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SyncState
SyncState. parseFrom(byte[] data)
static SyncState
SyncState. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SyncState
SyncState. parseFrom(com.google.protobuf.ByteString data)
static SyncState
SyncState. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SyncState
SyncState. parseFrom(com.google.protobuf.CodedInputStream input)
static SyncState
SyncState. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SyncState
SyncState. parseFrom(InputStream input)
static SyncState
SyncState. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SyncState
SyncState. parseFrom(ByteBuffer data)
static SyncState
SyncState. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkehub.configmanagement.v1beta that return types with arguments of type SyncState Modifier and Type Method Description com.google.protobuf.Parser<SyncState>
SyncState. getParserForType()
static com.google.protobuf.Parser<SyncState>
SyncState. parser()
Methods in com.google.cloud.gkehub.configmanagement.v1beta with parameters of type SyncState Modifier and Type Method Description SyncState.Builder
SyncState.Builder. mergeFrom(SyncState other)
ConfigSyncState.Builder
ConfigSyncState.Builder. mergeSyncState(SyncState value)
The state of ConfigSync's process to sync configs to a clusterstatic SyncState.Builder
SyncState. newBuilder(SyncState prototype)
ConfigSyncState.Builder
ConfigSyncState.Builder. setSyncState(SyncState value)
The state of ConfigSync's process to sync configs to a cluster
-