Uses of Class
com.google.cloud.gkehub.configmanagement.v1alpha.SyncError
-
Packages that use SyncError Package Description com.google.cloud.gkehub.configmanagement.v1alpha -
-
Uses of SyncError in com.google.cloud.gkehub.configmanagement.v1alpha
Methods in com.google.cloud.gkehub.configmanagement.v1alpha that return SyncError Modifier and Type Method Description SyncErrorSyncError.Builder. build()SyncErrorSyncError.Builder. buildPartial()static SyncErrorSyncError. getDefaultInstance()SyncErrorSyncError.Builder. getDefaultInstanceForType()SyncErrorSyncError. getDefaultInstanceForType()SyncErrorSyncState.Builder. getErrors(int index)A list of errors resulting from problematic configs.SyncErrorSyncState. getErrors(int index)A list of errors resulting from problematic configs.SyncErrorSyncStateOrBuilder. getErrors(int index)A list of errors resulting from problematic configs.static SyncErrorSyncError. parseDelimitedFrom(InputStream input)static SyncErrorSyncError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SyncErrorSyncError. parseFrom(byte[] data)static SyncErrorSyncError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SyncErrorSyncError. parseFrom(com.google.protobuf.ByteString data)static SyncErrorSyncError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SyncErrorSyncError. parseFrom(com.google.protobuf.CodedInputStream input)static SyncErrorSyncError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SyncErrorSyncError. parseFrom(InputStream input)static SyncErrorSyncError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SyncErrorSyncError. parseFrom(ByteBuffer data)static SyncErrorSyncError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.gkehub.configmanagement.v1alpha that return types with arguments of type SyncError Modifier and Type Method Description List<SyncError>SyncState.Builder. getErrorsList()A list of errors resulting from problematic configs.List<SyncError>SyncState. getErrorsList()A list of errors resulting from problematic configs.List<SyncError>SyncStateOrBuilder. getErrorsList()A list of errors resulting from problematic configs.com.google.protobuf.Parser<SyncError>SyncError. getParserForType()static com.google.protobuf.Parser<SyncError>SyncError. parser()Methods in com.google.cloud.gkehub.configmanagement.v1alpha with parameters of type SyncError Modifier and Type Method Description SyncState.BuilderSyncState.Builder. addErrors(int index, SyncError value)A list of errors resulting from problematic configs.SyncState.BuilderSyncState.Builder. addErrors(SyncError value)A list of errors resulting from problematic configs.SyncError.BuilderSyncError.Builder. mergeFrom(SyncError other)static SyncError.BuilderSyncError. newBuilder(SyncError prototype)SyncState.BuilderSyncState.Builder. setErrors(int index, SyncError value)A list of errors resulting from problematic configs.Method parameters in com.google.cloud.gkehub.configmanagement.v1alpha with type arguments of type SyncError Modifier and Type Method Description SyncState.BuilderSyncState.Builder. addAllErrors(Iterable<? extends SyncError> values)A list of errors resulting from problematic configs.
-