Uses of Class
io.envoyproxy.envoy.extensions.outlier_detection_monitors.common.v3.DatabaseErrors
Packages that use DatabaseErrors
-
Uses of DatabaseErrors in io.envoyproxy.envoy.extensions.outlier_detection_monitors.common.v3
Methods in io.envoyproxy.envoy.extensions.outlier_detection_monitors.common.v3 that return DatabaseErrorsModifier and TypeMethodDescriptionDatabaseErrors.Builder.build()DatabaseErrors.Builder.buildPartial()ErrorBuckets.Builder.getDatabaseErrors(int index) List of buckets "catching" database errors.ErrorBuckets.getDatabaseErrors(int index) List of buckets "catching" database errors.ErrorBucketsOrBuilder.getDatabaseErrors(int index) List of buckets "catching" database errors.static DatabaseErrorsDatabaseErrors.getDefaultInstance()DatabaseErrors.Builder.getDefaultInstanceForType()DatabaseErrors.getDefaultInstanceForType()static DatabaseErrorsDatabaseErrors.parseDelimitedFrom(InputStream input) static DatabaseErrorsDatabaseErrors.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DatabaseErrorsDatabaseErrors.parseFrom(byte[] data) static DatabaseErrorsDatabaseErrors.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DatabaseErrorsDatabaseErrors.parseFrom(com.google.protobuf.ByteString data) static DatabaseErrorsDatabaseErrors.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DatabaseErrorsDatabaseErrors.parseFrom(com.google.protobuf.CodedInputStream input) static DatabaseErrorsDatabaseErrors.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DatabaseErrorsDatabaseErrors.parseFrom(InputStream input) static DatabaseErrorsDatabaseErrors.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DatabaseErrorsDatabaseErrors.parseFrom(ByteBuffer data) static DatabaseErrorsDatabaseErrors.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.outlier_detection_monitors.common.v3 that return types with arguments of type DatabaseErrorsModifier and TypeMethodDescriptionErrorBuckets.Builder.getDatabaseErrorsList()List of buckets "catching" database errors.ErrorBuckets.getDatabaseErrorsList()List of buckets "catching" database errors.ErrorBucketsOrBuilder.getDatabaseErrorsList()List of buckets "catching" database errors.com.google.protobuf.Parser<DatabaseErrors>DatabaseErrors.getParserForType()static com.google.protobuf.Parser<DatabaseErrors>DatabaseErrors.parser()Methods in io.envoyproxy.envoy.extensions.outlier_detection_monitors.common.v3 with parameters of type DatabaseErrorsModifier and TypeMethodDescriptionErrorBuckets.Builder.addDatabaseErrors(int index, DatabaseErrors value) List of buckets "catching" database errors.ErrorBuckets.Builder.addDatabaseErrors(DatabaseErrors value) List of buckets "catching" database errors.DatabaseErrors.Builder.mergeFrom(DatabaseErrors other) static DatabaseErrors.BuilderDatabaseErrors.newBuilder(DatabaseErrors prototype) ErrorBuckets.Builder.setDatabaseErrors(int index, DatabaseErrors value) List of buckets "catching" database errors.Method parameters in io.envoyproxy.envoy.extensions.outlier_detection_monitors.common.v3 with type arguments of type DatabaseErrorsModifier and TypeMethodDescriptionErrorBuckets.Builder.addAllDatabaseErrors(Iterable<? extends DatabaseErrors> values) List of buckets "catching" database errors.