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 SyncError
SyncError.Builder. build()
SyncError
SyncError.Builder. buildPartial()
static SyncError
SyncError. getDefaultInstance()
SyncError
SyncError.Builder. getDefaultInstanceForType()
SyncError
SyncError. getDefaultInstanceForType()
SyncError
SyncState.Builder. getErrors(int index)
A list of errors resulting from problematic configs.SyncError
SyncState. getErrors(int index)
A list of errors resulting from problematic configs.SyncError
SyncStateOrBuilder. getErrors(int index)
A list of errors resulting from problematic configs.static SyncError
SyncError. parseDelimitedFrom(InputStream input)
static SyncError
SyncError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SyncError
SyncError. parseFrom(byte[] data)
static SyncError
SyncError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SyncError
SyncError. parseFrom(com.google.protobuf.ByteString data)
static SyncError
SyncError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SyncError
SyncError. parseFrom(com.google.protobuf.CodedInputStream input)
static SyncError
SyncError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SyncError
SyncError. parseFrom(InputStream input)
static SyncError
SyncError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SyncError
SyncError. parseFrom(ByteBuffer data)
static SyncError
SyncError. 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.Builder
SyncState.Builder. addErrors(int index, SyncError value)
A list of errors resulting from problematic configs.SyncState.Builder
SyncState.Builder. addErrors(SyncError value)
A list of errors resulting from problematic configs.SyncError.Builder
SyncError.Builder. mergeFrom(SyncError other)
static SyncError.Builder
SyncError. newBuilder(SyncError prototype)
SyncState.Builder
SyncState.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.Builder
SyncState.Builder. addAllErrors(Iterable<? extends SyncError> values)
A list of errors resulting from problematic configs.
-