- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.5
- 2.3.1
- 2.2.3
- 2.1.3
public static final class ImageNote.Builder extends GeneratedMessageV3.Builder<ImageNote.Builder> implements ImageNoteOrBuilder
Basis describes the base image portion (Note) of the DockerImage relationship. Linked occurrences are derived from this or an equivalent image via: FROM <Basis.resource_url> Or an equivalent reference, e.g., a tag of the resource_url.
Protobuf type grafeas.v1.ImageNote
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ImageNote.BuilderImplements
ImageNoteOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ImageNote.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ImageNote.Builder |
build()
public ImageNote build()
Type | Description |
ImageNote |
buildPartial()
public ImageNote buildPartial()
Type | Description |
ImageNote |
clear()
public ImageNote.Builder clear()
Type | Description |
ImageNote.Builder |
clearField(Descriptors.FieldDescriptor field)
public ImageNote.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ImageNote.Builder |
clearFingerprint()
public ImageNote.Builder clearFingerprint()
Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
Type | Description |
ImageNote.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ImageNote.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ImageNote.Builder |
clearResourceUrl()
public ImageNote.Builder clearResourceUrl()
Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.
string resource_url = 1;
Type | Description |
ImageNote.Builder | This builder for chaining. |
clone()
public ImageNote.Builder clone()
Type | Description |
ImageNote.Builder |
getDefaultInstanceForType()
public ImageNote getDefaultInstanceForType()
Type | Description |
ImageNote |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getFingerprint()
public Fingerprint getFingerprint()
Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
Type | Description |
Fingerprint | The fingerprint. |
getFingerprintBuilder()
public Fingerprint.Builder getFingerprintBuilder()
Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
Type | Description |
Fingerprint.Builder |
getFingerprintOrBuilder()
public FingerprintOrBuilder getFingerprintOrBuilder()
Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
Type | Description |
FingerprintOrBuilder |
getResourceUrl()
public String getResourceUrl()
Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.
string resource_url = 1;
Type | Description |
String | The resourceUrl. |
getResourceUrlBytes()
public ByteString getResourceUrlBytes()
Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.
string resource_url = 1;
Type | Description |
ByteString | The bytes for resourceUrl. |
hasFingerprint()
public boolean hasFingerprint()
Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
Type | Description |
boolean | Whether the fingerprint field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFingerprint(Fingerprint value)
public ImageNote.Builder mergeFingerprint(Fingerprint value)
Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
Name | Description |
value | Fingerprint |
Type | Description |
ImageNote.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ImageNote.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ImageNote.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ImageNote.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ImageNote.Builder |
mergeFrom(ImageNote other)
public ImageNote.Builder mergeFrom(ImageNote other)
Name | Description |
other | ImageNote |
Type | Description |
ImageNote.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ImageNote.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ImageNote.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ImageNote.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ImageNote.Builder |
setFingerprint(Fingerprint value)
public ImageNote.Builder setFingerprint(Fingerprint value)
Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
Name | Description |
value | Fingerprint |
Type | Description |
ImageNote.Builder |
setFingerprint(Fingerprint.Builder builderForValue)
public ImageNote.Builder setFingerprint(Fingerprint.Builder builderForValue)
Required. Immutable. The fingerprint of the base image.
.grafeas.v1.Fingerprint fingerprint = 2;
Name | Description |
builderForValue | Fingerprint.Builder |
Type | Description |
ImageNote.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ImageNote.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ImageNote.Builder |
setResourceUrl(String value)
public ImageNote.Builder setResourceUrl(String value)
Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.
string resource_url = 1;
Name | Description |
value | String The resourceUrl to set. |
Type | Description |
ImageNote.Builder | This builder for chaining. |
setResourceUrlBytes(ByteString value)
public ImageNote.Builder setResourceUrlBytes(ByteString value)
Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.
string resource_url = 1;
Name | Description |
value | ByteString The bytes for resourceUrl to set. |
Type | Description |
ImageNote.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ImageNote.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ImageNote.Builder |