publicstaticfinalclass Installation.BuilderextendsGeneratedMessageV3.Builder<Installation.Builder>implementsInstallationOrBuilder
This represents how a particular software package may be installed on a
system.
Protobuf type grafeas.v1beta1.package.Installation
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addAllLocation(Iterable<? extends Location> values)
publicInstallation.BuilderaddAllLocation(Iterable<?extendsLocation>values)
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
| Parameter |
| Name |
Description |
values |
Iterable<? extends io.grafeas.v1beta1.pkg.Location>
|
addLocation(int index, Location value)
publicInstallation.BuilderaddLocation(intindex,Locationvalue)
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
addLocation(int index, Location.Builder builderForValue)
publicInstallation.BuilderaddLocation(intindex,Location.BuilderbuilderForValue)
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
addLocation(Location value)
publicInstallation.BuilderaddLocation(Locationvalue)
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
| Parameter |
| Name |
Description |
value |
Location
|
addLocation(Location.Builder builderForValue)
publicInstallation.BuilderaddLocation(Location.BuilderbuilderForValue)
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
addLocationBuilder()
publicLocation.BuilderaddLocationBuilder()
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
addLocationBuilder(int index)
publicLocation.BuilderaddLocationBuilder(intindex)
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
| Parameter |
| Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicInstallation.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicInstallationbuild()
buildPartial()
publicInstallationbuildPartial()
clear()
publicInstallation.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicInstallation.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearLocation()
publicInstallation.BuilderclearLocation()
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
clearName()
publicInstallation.BuilderclearName()
Output only. The name of the installed package.
string name = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
publicInstallation.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clone()
publicInstallation.Builderclone()
Overrides
getDefaultInstanceForType()
publicInstallationgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getLocation(int index)
publicLocationgetLocation(intindex)
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
| Parameter |
| Name |
Description |
index |
int
|
getLocationBuilder(int index)
publicLocation.BuildergetLocationBuilder(intindex)
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
| Parameter |
| Name |
Description |
index |
int
|
getLocationBuilderList()
publicList<Location.Builder>getLocationBuilderList()
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
getLocationCount()
publicintgetLocationCount()
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
| Returns |
| Type |
Description |
int |
getLocationList()
publicList<Location>getLocationList()
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
getLocationOrBuilder(int index)
publicLocationOrBuildergetLocationOrBuilder(intindex)
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
| Parameter |
| Name |
Description |
index |
int
|
getLocationOrBuilderList()
publicList<?extendsLocationOrBuilder>getLocationOrBuilderList()
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
| Returns |
| Type |
Description |
List<? extends io.grafeas.v1beta1.pkg.LocationOrBuilder> |
getName()
Output only. The name of the installed package.
string name = 1;
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
publicByteStringgetNameBytes()
Output only. The name of the installed package.
string name = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
publicInstallation.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicInstallation.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeFrom(Installation other)
publicInstallation.BuildermergeFrom(Installationother)
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalInstallation.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
removeLocation(int index)
publicInstallation.BuilderremoveLocation(intindex)
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
| Parameter |
| Name |
Description |
index |
int
|
setField(Descriptors.FieldDescriptor field, Object value)
publicInstallation.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setLocation(int index, Location value)
publicInstallation.BuildersetLocation(intindex,Locationvalue)
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
setLocation(int index, Location.Builder builderForValue)
publicInstallation.BuildersetLocation(intindex,Location.BuilderbuilderForValue)
Required. All of the places within the filesystem versions of this package
have been found.
repeated .grafeas.v1beta1.package.Location location = 2;
setName(String value)
publicInstallation.BuildersetName(Stringvalue)
Output only. The name of the installed package.
string name = 1;
| Parameter |
| Name |
Description |
value |
String
The name to set.
|
setNameBytes(ByteString value)
publicInstallation.BuildersetNameBytes(ByteStringvalue)
Output only. The name of the installed package.
string name = 1;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for name to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicInstallation.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalInstallation.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides