Package | Description |
---|---|
io.apicurio.registry.storage.proto |
Modifier and Type | Method and Description |
---|---|
static Str.ArtifactState |
Str.ArtifactState.forNumber(int value) |
Str.ArtifactState |
Str.StorageValueOrBuilder.getState()
.io.apicurio.registry.streams.proto.ArtifactState state = 9; |
Str.ArtifactState |
Str.StorageValue.getState()
.io.apicurio.registry.streams.proto.ArtifactState state = 9; |
Str.ArtifactState |
Str.StorageValue.Builder.getState()
.io.apicurio.registry.streams.proto.ArtifactState state = 9; |
static Str.ArtifactState |
Str.ArtifactState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Str.ArtifactState |
Str.ArtifactState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Str.ArtifactState |
Str.ArtifactState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Str.ArtifactState[] |
Str.ArtifactState.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.ArtifactState> |
Str.ArtifactState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Str.StorageValue.Builder |
Str.StorageValue.Builder.setState(Str.ArtifactState value)
.io.apicurio.registry.streams.proto.ArtifactState state = 9; |
Copyright © 2020 Red Hat. All rights reserved.