Uses of Class
io.grafeas.v1beta1.discovery.Discovery
-
Packages that use Discovery Package Description io.grafeas.v1beta1 io.grafeas.v1beta1.discovery -
-
Uses of Discovery in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return Discovery Modifier and Type Method Description Discovery
Note.Builder. getDiscovery()
A note describing the initial analysis of a resource.Discovery
Note. getDiscovery()
A note describing the initial analysis of a resource.Discovery
NoteOrBuilder. getDiscovery()
A note describing the initial analysis of a resource.Methods in io.grafeas.v1beta1 with parameters of type Discovery Modifier and Type Method Description Note.Builder
Note.Builder. mergeDiscovery(Discovery value)
A note describing the initial analysis of a resource.Note.Builder
Note.Builder. setDiscovery(Discovery value)
A note describing the initial analysis of a resource. -
Uses of Discovery in io.grafeas.v1beta1.discovery
Methods in io.grafeas.v1beta1.discovery that return Discovery Modifier and Type Method Description Discovery
Discovery.Builder. build()
Discovery
Discovery.Builder. buildPartial()
static Discovery
Discovery. getDefaultInstance()
Discovery
Discovery.Builder. getDefaultInstanceForType()
Discovery
Discovery. getDefaultInstanceForType()
static Discovery
Discovery. parseDelimitedFrom(InputStream input)
static Discovery
Discovery. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Discovery
Discovery. parseFrom(byte[] data)
static Discovery
Discovery. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Discovery
Discovery. parseFrom(com.google.protobuf.ByteString data)
static Discovery
Discovery. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Discovery
Discovery. parseFrom(com.google.protobuf.CodedInputStream input)
static Discovery
Discovery. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Discovery
Discovery. parseFrom(InputStream input)
static Discovery
Discovery. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Discovery
Discovery. parseFrom(ByteBuffer data)
static Discovery
Discovery. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grafeas.v1beta1.discovery that return types with arguments of type Discovery Modifier and Type Method Description com.google.protobuf.Parser<Discovery>
Discovery. getParserForType()
static com.google.protobuf.Parser<Discovery>
Discovery. parser()
Methods in io.grafeas.v1beta1.discovery with parameters of type Discovery Modifier and Type Method Description Discovery.Builder
Discovery.Builder. mergeFrom(Discovery other)
static Discovery.Builder
Discovery. newBuilder(Discovery prototype)
-