Uses of Class
io.grafeas.v1beta1.provenance.Source
-
Packages that use Source Package Description io.grafeas.v1beta1.provenance -
-
Uses of Source in io.grafeas.v1beta1.provenance
Methods in io.grafeas.v1beta1.provenance that return Source Modifier and Type Method Description Source
Source.Builder. build()
Source
Source.Builder. buildPartial()
static Source
Source. getDefaultInstance()
Source
Source.Builder. getDefaultInstanceForType()
Source
Source. getDefaultInstanceForType()
Source
BuildProvenance.Builder. getSourceProvenance()
Details of the Source input to the build.Source
BuildProvenance. getSourceProvenance()
Details of the Source input to the build.Source
BuildProvenanceOrBuilder. getSourceProvenance()
Details of the Source input to the build.static Source
Source. parseDelimitedFrom(InputStream input)
static Source
Source. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Source
Source. parseFrom(byte[] data)
static Source
Source. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Source
Source. parseFrom(com.google.protobuf.ByteString data)
static Source
Source. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Source
Source. parseFrom(com.google.protobuf.CodedInputStream input)
static Source
Source. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Source
Source. parseFrom(InputStream input)
static Source
Source. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Source
Source. parseFrom(ByteBuffer data)
static Source
Source. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grafeas.v1beta1.provenance that return types with arguments of type Source Modifier and Type Method Description com.google.protobuf.Parser<Source>
Source. getParserForType()
static com.google.protobuf.Parser<Source>
Source. parser()
Methods in io.grafeas.v1beta1.provenance with parameters of type Source Modifier and Type Method Description Source.Builder
Source.Builder. mergeFrom(Source other)
BuildProvenance.Builder
BuildProvenance.Builder. mergeSourceProvenance(Source value)
Details of the Source input to the build.static Source.Builder
Source. newBuilder(Source prototype)
BuildProvenance.Builder
BuildProvenance.Builder. setSourceProvenance(Source value)
Details of the Source input to the build.
-