Class PackageNote.Builder (2.74.0)

  public 
  
 static 
  
 final 
  
 class 
 PackageNote 
 . 
 Builder 
  
 extends 
  
 GeneratedMessageV3 
 . 
 Builder<PackageNote 
 . 
 Builder 
>  
 implements 
  
 PackageNoteOrBuilder 
 

PackageNote represents a particular package version.

Protobuf type grafeas.v1.PackageNote

Static Methods

getDescriptor()

  public 
  
 static 
  
 final 
  
 Descriptors 
 . 
 Descriptor 
  
 getDescriptor 
 () 
 
Returns
Type
Description

Methods

addAllDigest(Iterable<? extends Digest> values)

  public 
  
 PackageNote 
 . 
 Builder 
  
 addAllDigest 
 ( 
 Iterable 
< ? 
  
 extends 
  
 Digest 
>  
 values 
 ) 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Parameter
Name
Description
values
Iterable < ? extends io.grafeas.v1.Digest >
Returns
Type
Description

addAllDistribution(Iterable<? extends Distribution> values)

  public 
  
 PackageNote 
 . 
 Builder 
  
 addAllDistribution 
 ( 
 Iterable 
< ? 
  
 extends 
  
 Distribution 
>  
 values 
 ) 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Parameter
Name
Description
values
Iterable < ? extends io.grafeas.v1.Distribution >
Returns
Type
Description

addDigest(int index, Digest value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 addDigest 
 ( 
 int 
  
 index 
 , 
  
 Digest 
  
 value 
 ) 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Parameters
Name
Description
index
int
value
Returns
Type
Description

addDigest(int index, Digest.Builder builderForValue)

  public 
  
 PackageNote 
 . 
 Builder 
  
 addDigest 
 ( 
 int 
  
 index 
 , 
  
 Digest 
 . 
 Builder 
  
 builderForValue 
 ) 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Parameters
Name
Description
index
int
builderForValue
Returns
Type
Description

addDigest(Digest value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 addDigest 
 ( 
 Digest 
  
 value 
 ) 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Parameter
Name
Description
value
Returns
Type
Description

addDigest(Digest.Builder builderForValue)

  public 
  
 PackageNote 
 . 
 Builder 
  
 addDigest 
 ( 
 Digest 
 . 
 Builder 
  
 builderForValue 
 ) 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Parameter
Name
Description
builderForValue
Returns
Type
Description

addDigestBuilder()

  public 
  
 Digest 
 . 
 Builder 
  
 addDigestBuilder 
 () 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Returns
Type
Description

addDigestBuilder(int index)

  public 
  
 Digest 
 . 
 Builder 
  
 addDigestBuilder 
 ( 
 int 
  
 index 
 ) 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Parameter
Name
Description
index
int
Returns
Type
Description

addDistribution(int index, Distribution value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 addDistribution 
 ( 
 int 
  
 index 
 , 
  
 Distribution 
  
 value 
 ) 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Parameters
Name
Description
index
int
value
Returns
Type
Description

addDistribution(int index, Distribution.Builder builderForValue)

  public 
  
 PackageNote 
 . 
 Builder 
  
 addDistribution 
 ( 
 int 
  
 index 
 , 
  
 Distribution 
 . 
 Builder 
  
 builderForValue 
 ) 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Parameters
Name
Description
index
int
builderForValue
Returns
Type
Description

addDistribution(Distribution value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 addDistribution 
 ( 
 Distribution 
  
 value 
 ) 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Parameter
Name
Description
value
Returns
Type
Description

addDistribution(Distribution.Builder builderForValue)

  public 
  
 PackageNote 
 . 
 Builder 
  
 addDistribution 
 ( 
 Distribution 
 . 
 Builder 
  
 builderForValue 
 ) 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Parameter
Name
Description
builderForValue
Returns
Type
Description

addDistributionBuilder()

  public 
  
 Distribution 
 . 
 Builder 
  
 addDistributionBuilder 
 () 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Returns
Type
Description

addDistributionBuilder(int index)

  public 
  
 Distribution 
 . 
 Builder 
  
 addDistributionBuilder 
 ( 
 int 
  
 index 
 ) 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Parameter
Name
Description
index
int
Returns
Type
Description

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 addRepeatedField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 , 
  
 Object 
  
 value 
 ) 
 
Parameters
Name
Description
value
Returns
Type
Description
Overrides

build()

  public 
  
 PackageNote 
  
 build 
 () 
 
Returns
Type
Description

buildPartial()

  public 
  
 PackageNote 
  
 buildPartial 
 () 
 
Returns
Type
Description

clear()

  public 
  
 PackageNote 
 . 
 Builder 
  
 clear 
 () 
 
Returns
Type
Description
Overrides

clearArchitecture()

  public 
  
 PackageNote 
 . 
 Builder 
  
 clearArchitecture 
 () 
 

The CPU architecture for which packages in this distribution channel were built. Architecture will be blank for language packages.

.grafeas.v1.Architecture architecture = 13;

Returns
Type
Description

This builder for chaining.

clearCpeUri()

  public 
  
 PackageNote 
 . 
 Builder 
  
 clearCpeUri 
 () 
 

The cpe_uri in CPE format denoting the package manager version distributing a package. The cpe_uri will be blank for language packages.

string cpe_uri = 12;

Returns
Type
Description

This builder for chaining.

clearDescription()

  public 
  
 PackageNote 
 . 
 Builder 
  
 clearDescription 
 () 
 

The description of this package.

string description = 17;

Returns
Type
Description

This builder for chaining.

clearDigest()

  public 
  
 PackageNote 
 . 
 Builder 
  
 clearDigest 
 () 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Returns
Type
Description

clearDistribution()

  public 
  
 PackageNote 
 . 
 Builder 
  
 clearDistribution 
 () 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Returns
Type
Description

clearField(Descriptors.FieldDescriptor field)

  public 
  
 PackageNote 
 . 
 Builder 
  
 clearField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 ) 
 
Parameter
Name
Description
Returns
Type
Description
Overrides

clearLicense()

  public 
  
 PackageNote 
 . 
 Builder 
  
 clearLicense 
 () 
 

Licenses that have been declared by the authors of the package.

.grafeas.v1.License license = 18;

Returns
Type
Description

clearMaintainer()

  public 
  
 PackageNote 
 . 
 Builder 
  
 clearMaintainer 
 () 
 

A freeform text denoting the maintainer of this package.

string maintainer = 15;

Returns
Type
Description

This builder for chaining.

clearName()

  public 
  
 PackageNote 
 . 
 Builder 
  
 clearName 
 () 
 

The name of the package.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type
Description

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

  public 
  
 PackageNote 
 . 
 Builder 
  
 clearOneof 
 ( 
 Descriptors 
 . 
 OneofDescriptor 
  
 oneof 
 ) 
 
Parameter
Name
Description
Returns
Type
Description
Overrides

clearPackageType()

  public 
  
 PackageNote 
 . 
 Builder 
  
 clearPackageType 
 () 
 

The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.).

string package_type = 11;

Returns
Type
Description

This builder for chaining.

clearUrl()

  public 
  
 PackageNote 
 . 
 Builder 
  
 clearUrl 
 () 
 

The homepage for this package.

string url = 16;

Returns
Type
Description

This builder for chaining.

clearVersion()

  public 
  
 PackageNote 
 . 
 Builder 
  
 clearVersion 
 () 
 

The version of the package.

.grafeas.v1.Version version = 14;

Returns
Type
Description

clone()

  public 
  
 PackageNote 
 . 
 Builder 
  
 clone 
 () 
 
Returns
Type
Description
Overrides

getArchitecture()

  public 
  
 Architecture 
  
 getArchitecture 
 () 
 

The CPU architecture for which packages in this distribution channel were built. Architecture will be blank for language packages.

.grafeas.v1.Architecture architecture = 13;

Returns
Type
Description

The architecture.

getArchitectureValue()

  public 
  
 int 
  
 getArchitectureValue 
 () 
 

The CPU architecture for which packages in this distribution channel were built. Architecture will be blank for language packages.

.grafeas.v1.Architecture architecture = 13;

Returns
Type
Description
int

The enum numeric value on the wire for architecture.

getCpeUri()

  public 
  
 String 
  
 getCpeUri 
 () 
 

The cpe_uri in CPE format denoting the package manager version distributing a package. The cpe_uri will be blank for language packages.

string cpe_uri = 12;

Returns
Type
Description

The cpeUri.

getCpeUriBytes()

  public 
  
 ByteString 
  
 getCpeUriBytes 
 () 
 

The cpe_uri in CPE format denoting the package manager version distributing a package. The cpe_uri will be blank for language packages.

string cpe_uri = 12;

Returns
Type
Description

The bytes for cpeUri.

getDefaultInstanceForType()

  public 
  
 PackageNote 
  
 getDefaultInstanceForType 
 () 
 
Returns
Type
Description

getDescription()

  public 
  
 String 
  
 getDescription 
 () 
 

The description of this package.

string description = 17;

Returns
Type
Description

The description.

getDescriptionBytes()

  public 
  
 ByteString 
  
 getDescriptionBytes 
 () 
 

The description of this package.

string description = 17;

Returns
Type
Description

The bytes for description.

getDescriptorForType()

  public 
  
 Descriptors 
 . 
 Descriptor 
  
 getDescriptorForType 
 () 
 
Returns
Type
Description
Overrides

getDigest(int index)

  public 
  
 Digest 
  
 getDigest 
 ( 
 int 
  
 index 
 ) 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Parameter
Name
Description
index
int
Returns
Type
Description

getDigestBuilder(int index)

  public 
  
 Digest 
 . 
 Builder 
  
 getDigestBuilder 
 ( 
 int 
  
 index 
 ) 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Parameter
Name
Description
index
int
Returns
Type
Description

getDigestBuilderList()

  public 
  
 List<Digest 
 . 
 Builder 
>  
 getDigestBuilderList 
 () 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Returns
Type
Description

getDigestCount()

  public 
  
 int 
  
 getDigestCount 
 () 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Returns
Type
Description
int

getDigestList()

  public 
  
 List<Digest> 
  
 getDigestList 
 () 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Returns
Type
Description
List < Digest >

getDigestOrBuilder(int index)

  public 
  
 DigestOrBuilder 
  
 getDigestOrBuilder 
 ( 
 int 
  
 index 
 ) 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Parameter
Name
Description
index
int
Returns
Type
Description

getDigestOrBuilderList()

  public 
  
 List 
< ? 
  
 extends 
  
 DigestOrBuilder 
>  
 getDigestOrBuilderList 
 () 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Returns
Type
Description
List < ? extends io.grafeas.v1.DigestOrBuilder >

getDistribution(int index)

  public 
  
 Distribution 
  
 getDistribution 
 ( 
 int 
  
 index 
 ) 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Parameter
Name
Description
index
int
Returns
Type
Description

getDistributionBuilder(int index)

  public 
  
 Distribution 
 . 
 Builder 
  
 getDistributionBuilder 
 ( 
 int 
  
 index 
 ) 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Parameter
Name
Description
index
int
Returns
Type
Description

getDistributionBuilderList()

  public 
  
 List<Distribution 
 . 
 Builder 
>  
 getDistributionBuilderList 
 () 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Returns
Type
Description

getDistributionCount()

  public 
  
 int 
  
 getDistributionCount 
 () 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Returns
Type
Description
int

getDistributionList()

  public 
  
 List<Distribution> 
  
 getDistributionList 
 () 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Returns
Type
Description

getDistributionOrBuilder(int index)

  public 
  
 DistributionOrBuilder 
  
 getDistributionOrBuilder 
 ( 
 int 
  
 index 
 ) 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Parameter
Name
Description
index
int
Returns
Type
Description

getDistributionOrBuilderList()

  public 
  
 List 
< ? 
  
 extends 
  
 DistributionOrBuilder 
>  
 getDistributionOrBuilderList 
 () 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Returns
Type
Description
List < ? extends io.grafeas.v1.DistributionOrBuilder >

getLicense()

  public 
  
 License 
  
 getLicense 
 () 
 

Licenses that have been declared by the authors of the package.

.grafeas.v1.License license = 18;

Returns
Type
Description

The license.

getLicenseBuilder()

  public 
  
 License 
 . 
 Builder 
  
 getLicenseBuilder 
 () 
 

Licenses that have been declared by the authors of the package.

.grafeas.v1.License license = 18;

Returns
Type
Description

getLicenseOrBuilder()

  public 
  
 LicenseOrBuilder 
  
 getLicenseOrBuilder 
 () 
 

Licenses that have been declared by the authors of the package.

.grafeas.v1.License license = 18;

Returns
Type
Description

getMaintainer()

  public 
  
 String 
  
 getMaintainer 
 () 
 

A freeform text denoting the maintainer of this package.

string maintainer = 15;

Returns
Type
Description

The maintainer.

getMaintainerBytes()

  public 
  
 ByteString 
  
 getMaintainerBytes 
 () 
 

A freeform text denoting the maintainer of this package.

string maintainer = 15;

Returns
Type
Description

The bytes for maintainer.

getName()

  public 
  
 String 
  
 getName 
 () 
 

The name of the package.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type
Description

The name.

getNameBytes()

  public 
  
 ByteString 
  
 getNameBytes 
 () 
 

The name of the package.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type
Description

The bytes for name.

getPackageType()

  public 
  
 String 
  
 getPackageType 
 () 
 

The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.).

string package_type = 11;

Returns
Type
Description

The packageType.

getPackageTypeBytes()

  public 
  
 ByteString 
  
 getPackageTypeBytes 
 () 
 

The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.).

string package_type = 11;

Returns
Type
Description

The bytes for packageType.

getUrl()

  public 
  
 String 
  
 getUrl 
 () 
 

The homepage for this package.

string url = 16;

Returns
Type
Description

The url.

getUrlBytes()

  public 
  
 ByteString 
  
 getUrlBytes 
 () 
 

The homepage for this package.

string url = 16;

Returns
Type
Description

The bytes for url.

getVersion()

  public 
  
 Version 
  
 getVersion 
 () 
 

The version of the package.

.grafeas.v1.Version version = 14;

Returns
Type
Description

The version.

getVersionBuilder()

  public 
  
 Version 
 . 
 Builder 
  
 getVersionBuilder 
 () 
 

The version of the package.

.grafeas.v1.Version version = 14;

Returns
Type
Description

getVersionOrBuilder()

  public 
  
 VersionOrBuilder 
  
 getVersionOrBuilder 
 () 
 

The version of the package.

.grafeas.v1.Version version = 14;

Returns
Type
Description

hasLicense()

  public 
  
 boolean 
  
 hasLicense 
 () 
 

Licenses that have been declared by the authors of the package.

.grafeas.v1.License license = 18;

Returns
Type
Description

Whether the license field is set.

hasVersion()

  public 
  
 boolean 
  
 hasVersion 
 () 
 

The version of the package.

.grafeas.v1.Version version = 14;

Returns
Type
Description

Whether the version field is set.

internalGetFieldAccessorTable()

  protected 
  
 GeneratedMessageV3 
 . 
 FieldAccessorTable 
  
 internalGetFieldAccessorTable 
 () 
 
Returns
Type
Description
Overrides

isInitialized()

  public 
  
 final 
  
 boolean 
  
 isInitialized 
 () 
 
Returns
Type
Description
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

  public 
  
 PackageNote 
 . 
 Builder 
  
 mergeFrom 
 ( 
 CodedInputStream 
  
 input 
 , 
  
 ExtensionRegistryLite 
  
 extensionRegistry 
 ) 
 
Parameters
Name
Description
extensionRegistry
Returns
Type
Description
Overrides
Exceptions
Type
Description

mergeFrom(Message other)

  public 
  
 PackageNote 
 . 
 Builder 
  
 mergeFrom 
 ( 
 Message 
  
 other 
 ) 
 
Parameter
Name
Description
other
Returns
Type
Description
Overrides

mergeFrom(PackageNote other)

  public 
  
 PackageNote 
 . 
 Builder 
  
 mergeFrom 
 ( 
 PackageNote 
  
 other 
 ) 
 
Parameter
Name
Description
other
Returns
Type
Description

mergeLicense(License value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 mergeLicense 
 ( 
 License 
  
 value 
 ) 
 

Licenses that have been declared by the authors of the package.

.grafeas.v1.License license = 18;

Parameter
Name
Description
value
Returns
Type
Description

mergeUnknownFields(UnknownFieldSet unknownFields)

  public 
  
 final 
  
 PackageNote 
 . 
 Builder 
  
 mergeUnknownFields 
 ( 
 UnknownFieldSet 
  
 unknownFields 
 ) 
 
Parameter
Name
Description
unknownFields
Returns
Type
Description
Overrides

mergeVersion(Version value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 mergeVersion 
 ( 
 Version 
  
 value 
 ) 
 

The version of the package.

.grafeas.v1.Version version = 14;

Parameter
Name
Description
value
Returns
Type
Description

removeDigest(int index)

  public 
  
 PackageNote 
 . 
 Builder 
  
 removeDigest 
 ( 
 int 
  
 index 
 ) 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Parameter
Name
Description
index
int
Returns
Type
Description

removeDistribution(int index)

  public 
  
 PackageNote 
 . 
 Builder 
  
 removeDistribution 
 ( 
 int 
  
 index 
 ) 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Parameter
Name
Description
index
int
Returns
Type
Description

setArchitecture(Architecture value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setArchitecture 
 ( 
 Architecture 
  
 value 
 ) 
 

The CPU architecture for which packages in this distribution channel were built. Architecture will be blank for language packages.

.grafeas.v1.Architecture architecture = 13;

Parameter
Name
Description
value
Architecture

The architecture to set.

Returns
Type
Description

This builder for chaining.

setArchitectureValue(int value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setArchitectureValue 
 ( 
 int 
  
 value 
 ) 
 

The CPU architecture for which packages in this distribution channel were built. Architecture will be blank for language packages.

.grafeas.v1.Architecture architecture = 13;

Parameter
Name
Description
value
int

The enum numeric value on the wire for architecture to set.

Returns
Type
Description

This builder for chaining.

setCpeUri(String value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setCpeUri 
 ( 
 String 
  
 value 
 ) 
 

The cpe_uri in CPE format denoting the package manager version distributing a package. The cpe_uri will be blank for language packages.

string cpe_uri = 12;

Parameter
Name
Description
value
String

The cpeUri to set.

Returns
Type
Description

This builder for chaining.

setCpeUriBytes(ByteString value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setCpeUriBytes 
 ( 
 ByteString 
  
 value 
 ) 
 

The cpe_uri in CPE format denoting the package manager version distributing a package. The cpe_uri will be blank for language packages.

string cpe_uri = 12;

Parameter
Name
Description
value
ByteString

The bytes for cpeUri to set.

Returns
Type
Description

This builder for chaining.

setDescription(String value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setDescription 
 ( 
 String 
  
 value 
 ) 
 

The description of this package.

string description = 17;

Parameter
Name
Description
value
String

The description to set.

Returns
Type
Description

This builder for chaining.

setDescriptionBytes(ByteString value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setDescriptionBytes 
 ( 
 ByteString 
  
 value 
 ) 
 

The description of this package.

string description = 17;

Parameter
Name
Description
value
ByteString

The bytes for description to set.

Returns
Type
Description

This builder for chaining.

setDigest(int index, Digest value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setDigest 
 ( 
 int 
  
 index 
 , 
  
 Digest 
  
 value 
 ) 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Parameters
Name
Description
index
int
value
Returns
Type
Description

setDigest(int index, Digest.Builder builderForValue)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setDigest 
 ( 
 int 
  
 index 
 , 
  
 Digest 
 . 
 Builder 
  
 builderForValue 
 ) 
 

Hash value, typically a file digest, that allows unique identification a specific package.

repeated .grafeas.v1.Digest digest = 19;

Parameters
Name
Description
index
int
builderForValue
Returns
Type
Description

setDistribution(int index, Distribution value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setDistribution 
 ( 
 int 
  
 index 
 , 
  
 Distribution 
  
 value 
 ) 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Parameters
Name
Description
index
int
value
Returns
Type
Description

setDistribution(int index, Distribution.Builder builderForValue)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setDistribution 
 ( 
 int 
  
 index 
 , 
  
 Distribution 
 . 
 Builder 
  
 builderForValue 
 ) 
 

Deprecated. The various channels by which a package is distributed.

repeated .grafeas.v1.Distribution distribution = 10;

Parameters
Name
Description
index
int
builderForValue
Returns
Type
Description

setField(Descriptors.FieldDescriptor field, Object value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 , 
  
 Object 
  
 value 
 ) 
 
Parameters
Name
Description
value
Returns
Type
Description
Overrides

setLicense(License value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setLicense 
 ( 
 License 
  
 value 
 ) 
 

Licenses that have been declared by the authors of the package.

.grafeas.v1.License license = 18;

Parameter
Name
Description
value
Returns
Type
Description

setLicense(License.Builder builderForValue)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setLicense 
 ( 
 License 
 . 
 Builder 
  
 builderForValue 
 ) 
 

Licenses that have been declared by the authors of the package.

.grafeas.v1.License license = 18;

Parameter
Name
Description
builderForValue
Returns
Type
Description

setMaintainer(String value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setMaintainer 
 ( 
 String 
  
 value 
 ) 
 

A freeform text denoting the maintainer of this package.

string maintainer = 15;

Parameter
Name
Description
value
String

The maintainer to set.

Returns
Type
Description

This builder for chaining.

setMaintainerBytes(ByteString value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setMaintainerBytes 
 ( 
 ByteString 
  
 value 
 ) 
 

A freeform text denoting the maintainer of this package.

string maintainer = 15;

Parameter
Name
Description
value
ByteString

The bytes for maintainer to set.

Returns
Type
Description

This builder for chaining.

setName(String value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setName 
 ( 
 String 
  
 value 
 ) 
 

The name of the package.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Parameter
Name
Description
value
String

The name to set.

Returns
Type
Description

This builder for chaining.

setNameBytes(ByteString value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setNameBytes 
 ( 
 ByteString 
  
 value 
 ) 
 

The name of the package.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Parameter
Name
Description
value
ByteString

The bytes for name to set.

Returns
Type
Description

This builder for chaining.

setPackageType(String value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setPackageType 
 ( 
 String 
  
 value 
 ) 
 

The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.).

string package_type = 11;

Parameter
Name
Description
value
String

The packageType to set.

Returns
Type
Description

This builder for chaining.

setPackageTypeBytes(ByteString value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setPackageTypeBytes 
 ( 
 ByteString 
  
 value 
 ) 
 

The type of package; whether native or non native (e.g., ruby gems, node.js packages, etc.).

string package_type = 11;

Parameter
Name
Description
value
ByteString

The bytes for packageType to set.

Returns
Type
Description

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setRepeatedField 
 ( 
 Descriptors 
 . 
 FieldDescriptor 
  
 field 
 , 
  
 int 
  
 index 
 , 
  
 Object 
  
 value 
 ) 
 
Parameters
Name
Description
index
int
value
Returns
Type
Description
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

  public 
  
 final 
  
 PackageNote 
 . 
 Builder 
  
 setUnknownFields 
 ( 
 UnknownFieldSet 
  
 unknownFields 
 ) 
 
Parameter
Name
Description
unknownFields
Returns
Type
Description
Overrides

setUrl(String value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setUrl 
 ( 
 String 
  
 value 
 ) 
 

The homepage for this package.

string url = 16;

Parameter
Name
Description
value
String

The url to set.

Returns
Type
Description

This builder for chaining.

setUrlBytes(ByteString value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setUrlBytes 
 ( 
 ByteString 
  
 value 
 ) 
 

The homepage for this package.

string url = 16;

Parameter
Name
Description
value
ByteString

The bytes for url to set.

Returns
Type
Description

This builder for chaining.

setVersion(Version value)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setVersion 
 ( 
 Version 
  
 value 
 ) 
 

The version of the package.

.grafeas.v1.Version version = 14;

Parameter
Name
Description
value
Returns
Type
Description

setVersion(Version.Builder builderForValue)

  public 
  
 PackageNote 
 . 
 Builder 
  
 setVersion 
 ( 
 Version 
 . 
 Builder 
  
 builderForValue 
 ) 
 

The version of the package.

.grafeas.v1.Version version = 14;

Parameter
Name
Description
builderForValue
Returns
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: