Uses of Class
com.google.cloud.gkehub.configmanagement.v1alpha.SyncState.SyncCode
-
Packages that use SyncState.SyncCode Package Description com.google.cloud.gkehub.configmanagement.v1alpha -
-
Uses of SyncState.SyncCode in com.google.cloud.gkehub.configmanagement.v1alpha
Methods in com.google.cloud.gkehub.configmanagement.v1alpha that return SyncState.SyncCode Modifier and Type Method Description static SyncState.SyncCodeSyncState.SyncCode. forNumber(int value)SyncState.SyncCodeSyncState.Builder. getCode()Sync status codeSyncState.SyncCodeSyncState. getCode()Sync status codeSyncState.SyncCodeSyncStateOrBuilder. getCode()Sync status codestatic SyncState.SyncCodeSyncState.SyncCode. valueOf(int value)Deprecated.static SyncState.SyncCodeSyncState.SyncCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SyncState.SyncCodeSyncState.SyncCode. valueOf(String name)Returns the enum constant of this type with the specified name.static SyncState.SyncCode[]SyncState.SyncCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.gkehub.configmanagement.v1alpha that return types with arguments of type SyncState.SyncCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SyncState.SyncCode>SyncState.SyncCode. internalGetValueMap()Methods in com.google.cloud.gkehub.configmanagement.v1alpha with parameters of type SyncState.SyncCode Modifier and Type Method Description SyncState.BuilderSyncState.Builder. setCode(SyncState.SyncCode value)Sync status code
-