public static interface Search.ArtifactOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
|
com.google.protobuf.ByteString |
getArtifactIdBytes()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
|
String |
getContent()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
|
com.google.protobuf.ByteString |
getContentBytes()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
|
String |
getCreatedBy()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
|
com.google.protobuf.ByteString |
getCreatedByBytes()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
|
String |
getDescription()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
|
com.google.protobuf.ByteString |
getDescriptionBytes()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
|
long |
getGlobalId()
@Field(index=Index.YES, analyze = Analyze.NO, store = Store.NO)
|
String |
getName()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
|
com.google.protobuf.ByteString |
getNameBytes()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
|
Cmmn.ArtifactType |
getType()
@Field(index=Index.YES, analyze = Analyze.NO, store = Store.NO)
|
long |
getVersion()
@Field(index=Index.YES, analyze = Analyze.NO, store = Store.NO)
|
boolean |
hasArtifactId()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
|
boolean |
hasContent()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
|
boolean |
hasCreatedBy()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
|
boolean |
hasDescription()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
|
boolean |
hasGlobalId()
@Field(index=Index.YES, analyze = Analyze.NO, store = Store.NO)
|
boolean |
hasName()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
|
boolean |
hasType()
@Field(index=Index.YES, analyze = Analyze.NO, store = Store.NO)
|
boolean |
hasVersion()
@Field(index=Index.YES, analyze = Analyze.NO, store = Store.NO)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasArtifactId()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
optional string artifactId = 1;
String getArtifactId()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
optional string artifactId = 1;
com.google.protobuf.ByteString getArtifactIdBytes()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
optional string artifactId = 1;
boolean hasType()
@Field(index=Index.YES, analyze = Analyze.NO, store = Store.NO)
optional .io.apicurio.registry.common.proto.ArtifactType type = 2;
Cmmn.ArtifactType getType()
@Field(index=Index.YES, analyze = Analyze.NO, store = Store.NO)
optional .io.apicurio.registry.common.proto.ArtifactType type = 2;
boolean hasContent()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
optional string content = 3;
String getContent()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
optional string content = 3;
com.google.protobuf.ByteString getContentBytes()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
optional string content = 3;
boolean hasVersion()
@Field(index=Index.YES, analyze = Analyze.NO, store = Store.NO)
optional int64 version = 4;
long getVersion()
@Field(index=Index.YES, analyze = Analyze.NO, store = Store.NO)
optional int64 version = 4;
boolean hasGlobalId()
@Field(index=Index.YES, analyze = Analyze.NO, store = Store.NO)
optional fixed64 globalId = 5;
long getGlobalId()
@Field(index=Index.YES, analyze = Analyze.NO, store = Store.NO)
optional fixed64 globalId = 5;
boolean hasName()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
optional string name = 6;
String getName()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
optional string name = 6;
com.google.protobuf.ByteString getNameBytes()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
optional string name = 6;
boolean hasDescription()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
optional string description = 7;
String getDescription()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
optional string description = 7;
com.google.protobuf.ByteString getDescriptionBytes()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
optional string description = 7;
boolean hasCreatedBy()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
optional string createdBy = 8;
String getCreatedBy()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
optional string createdBy = 8;
com.google.protobuf.ByteString getCreatedByBytes()
@Field(index=Index.YES, analyze = Analyze.YES, store = Store.NO)
optional string createdBy = 8;
Copyright © 2020 Red Hat. All rights reserved.