Package | Description |
---|---|
io.apicurio.registry.storage.proto | |
io.apicurio.registry.utils.kafka |
Modifier and Type | Method and Description |
---|---|
static Str.ActionType |
Str.ActionType.forNumber(int value) |
Str.ActionType |
Str.StorageValueOrBuilder.getType()
.io.apicurio.registry.streams.proto.ActionType type = 1; |
Str.ActionType |
Str.StorageValue.getType()
.io.apicurio.registry.streams.proto.ActionType type = 1; |
Str.ActionType |
Str.StorageValue.Builder.getType()
.io.apicurio.registry.streams.proto.ActionType type = 1; |
static Str.ActionType |
Str.ActionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Str.ActionType |
Str.ActionType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Str.ActionType |
Str.ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Str.ActionType[] |
Str.ActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Str.ActionType> |
Str.ActionType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Str.StorageValue.Builder |
Str.StorageValue.Builder.setType(Str.ActionType value)
.io.apicurio.registry.streams.proto.ActionType type = 1; |
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<T> |
Submitter.submitArtifact(Str.ActionType actionType,
String artifactId,
long version,
ArtifactType artifactType,
byte[] content) |
<T> CompletableFuture<T> |
Submitter.submitMetadata(Str.ActionType actionType,
String artifactId,
long version,
String name,
String description,
List<String> labels,
Map<String,String> properties) |
<T> CompletableFuture<T> |
Submitter.submitRule(Str.ActionType actionType,
String artifactId,
RuleType type,
String configuration) |
Copyright © 2020 Red Hat. All rights reserved.