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.SyncCode
SyncState.SyncCode. forNumber(int value)
SyncState.SyncCode
SyncState.Builder. getCode()
Sync status codeSyncState.SyncCode
SyncState. getCode()
Sync status codeSyncState.SyncCode
SyncStateOrBuilder. getCode()
Sync status codestatic SyncState.SyncCode
SyncState.SyncCode. valueOf(int value)
Deprecated.static SyncState.SyncCode
SyncState.SyncCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SyncState.SyncCode
SyncState.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.Builder
SyncState.Builder. setCode(SyncState.SyncCode value)
Sync status code
-