Uses of Class
io.grafeas.v1beta1.image.Details
-
Packages that use Details Package Description io.grafeas.v1beta1 io.grafeas.v1beta1.image -
-
Uses of Details in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return Details Modifier and Type Method Description Details
Occurrence.Builder. getDerivedImage()
Describes how this resource derives from the basis in the associated note.Details
Occurrence. getDerivedImage()
Describes how this resource derives from the basis in the associated note.Details
OccurrenceOrBuilder. getDerivedImage()
Describes how this resource derives from the basis in the associated note.Methods in io.grafeas.v1beta1 with parameters of type Details Modifier and Type Method Description Occurrence.Builder
Occurrence.Builder. mergeDerivedImage(Details value)
Describes how this resource derives from the basis in the associated note.Occurrence.Builder
Occurrence.Builder. setDerivedImage(Details value)
Describes how this resource derives from the basis in the associated note. -
Uses of Details in io.grafeas.v1beta1.image
Methods in io.grafeas.v1beta1.image that return Details Modifier and Type Method Description Details
Details.Builder. build()
Details
Details.Builder. buildPartial()
static Details
Details. getDefaultInstance()
Details
Details.Builder. getDefaultInstanceForType()
Details
Details. getDefaultInstanceForType()
static Details
Details. parseDelimitedFrom(InputStream input)
static Details
Details. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Details
Details. parseFrom(byte[] data)
static Details
Details. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Details
Details. parseFrom(com.google.protobuf.ByteString data)
static Details
Details. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Details
Details. parseFrom(com.google.protobuf.CodedInputStream input)
static Details
Details. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Details
Details. parseFrom(InputStream input)
static Details
Details. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Details
Details. parseFrom(ByteBuffer data)
static Details
Details. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grafeas.v1beta1.image that return types with arguments of type Details Modifier and Type Method Description com.google.protobuf.Parser<Details>
Details. getParserForType()
static com.google.protobuf.Parser<Details>
Details. parser()
Methods in io.grafeas.v1beta1.image with parameters of type Details Modifier and Type Method Description Details.Builder
Details.Builder. mergeFrom(Details other)
static Details.Builder
Details. newBuilder(Details prototype)
-