Uses of Class
io.grafeas.v1beta1.build.Build.Builder
-
Packages that use Build.Builder Package Description io.grafeas.v1beta1 io.grafeas.v1beta1.build -
-
Uses of Build.Builder in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return Build.Builder Modifier and Type Method Description Build.Builder
Note.Builder. getBuildBuilder()
A note describing build provenance for a verifiable build.Methods in io.grafeas.v1beta1 with parameters of type Build.Builder Modifier and Type Method Description Note.Builder
Note.Builder. setBuild(Build.Builder builderForValue)
A note describing build provenance for a verifiable build. -
Uses of Build.Builder in io.grafeas.v1beta1.build
Methods in io.grafeas.v1beta1.build that return Build.Builder Modifier and Type Method Description Build.Builder
Build.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Build.Builder
Build.Builder. clear()
Build.Builder
Build.Builder. clearBuilderVersion()
Required.Build.Builder
Build.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Build.Builder
Build.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Build.Builder
Build.Builder. clearSignature()
Signature of the build in occurrences pointing to this build note containing build details.Build.Builder
Build.Builder. clone()
Build.Builder
Build.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Build.Builder
Build.Builder. mergeFrom(com.google.protobuf.Message other)
Build.Builder
Build.Builder. mergeFrom(Build other)
Build.Builder
Build.Builder. mergeSignature(BuildSignature value)
Signature of the build in occurrences pointing to this build note containing build details.Build.Builder
Build.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static Build.Builder
Build. newBuilder()
static Build.Builder
Build. newBuilder(Build prototype)
Build.Builder
Build. newBuilderForType()
protected Build.Builder
Build. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Build.Builder
Build.Builder. setBuilderVersion(String value)
Required.Build.Builder
Build.Builder. setBuilderVersionBytes(com.google.protobuf.ByteString value)
Required.Build.Builder
Build.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Build.Builder
Build.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Build.Builder
Build.Builder. setSignature(BuildSignature value)
Signature of the build in occurrences pointing to this build note containing build details.Build.Builder
Build.Builder. setSignature(BuildSignature.Builder builderForValue)
Signature of the build in occurrences pointing to this build note containing build details.Build.Builder
Build.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Build.Builder
Build. toBuilder()
-