public interface PackageNoteOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Distribution |
getDistribution(int index)
The various channels by which a package is distributed.
|
int |
getDistributionCount()
The various channels by which a package is distributed.
|
List<Distribution> |
getDistributionList()
The various channels by which a package is distributed.
|
DistributionOrBuilder |
getDistributionOrBuilder(int index)
The various channels by which a package is distributed.
|
List<? extends DistributionOrBuilder> |
getDistributionOrBuilderList()
The various channels by which a package is distributed.
|
String |
getName()
Required.
|
ByteString |
getNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
Required. Immutable. The name of the package.
string name = 1;
ByteString getNameBytes()
Required. Immutable. The name of the package.
string name = 1;
List<Distribution> getDistributionList()
The various channels by which a package is distributed.
repeated .grafeas.v1.Distribution distribution = 10;
Distribution getDistribution(int index)
The various channels by which a package is distributed.
repeated .grafeas.v1.Distribution distribution = 10;
int getDistributionCount()
The various channels by which a package is distributed.
repeated .grafeas.v1.Distribution distribution = 10;
List<? extends DistributionOrBuilder> getDistributionOrBuilderList()
The various channels by which a package is distributed.
repeated .grafeas.v1.Distribution distribution = 10;
DistributionOrBuilder getDistributionOrBuilder(int index)
The various channels by which a package is distributed.
repeated .grafeas.v1.Distribution distribution = 10;
Copyright © 2019 Google LLC. All rights reserved.