Interface InteractiveSubmissionServiceOuterClass.PackageVettingRequirementOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InteractiveSubmissionServiceOuterClass.PackageVettingRequirement,InteractiveSubmissionServiceOuterClass.PackageVettingRequirement.Builder
- Enclosing class:
- InteractiveSubmissionServiceOuterClass
public static interface InteractiveSubmissionServiceOuterClass.PackageVettingRequirementOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe package-name for which the preferred package should be resolved.com.google.protobuf.ByteStringThe package-name for which the preferred package should be resolved.getParties(int index) The parties whose participants' vetting state should be considered when resolving the preferred package.com.google.protobuf.ByteStringgetPartiesBytes(int index) The parties whose participants' vetting state should be considered when resolving the preferred package.intThe parties whose participants' vetting state should be considered when resolving the preferred package.The parties whose participants' vetting state should be considered when resolving the preferred package.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPartiesList
The parties whose participants' vetting state should be considered when resolving the preferred package. Required
repeated string parties = 1 [json_name = "parties"];- Returns:
- A list containing the parties.
-
getPartiesCount
int getPartiesCount()The parties whose participants' vetting state should be considered when resolving the preferred package. Required
repeated string parties = 1 [json_name = "parties"];- Returns:
- The count of parties.
-
getParties
The parties whose participants' vetting state should be considered when resolving the preferred package. Required
repeated string parties = 1 [json_name = "parties"];- Parameters:
index- The index of the element to return.- Returns:
- The parties at the given index.
-
getPartiesBytes
com.google.protobuf.ByteString getPartiesBytes(int index) The parties whose participants' vetting state should be considered when resolving the preferred package. Required
repeated string parties = 1 [json_name = "parties"];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the parties at the given index.
-
getPackageName
String getPackageName()The package-name for which the preferred package should be resolved. Required
string package_name = 2 [json_name = "packageName"];- Returns:
- The packageName.
-
getPackageNameBytes
com.google.protobuf.ByteString getPackageNameBytes()The package-name for which the preferred package should be resolved. Required
string package_name = 2 [json_name = "packageName"];- Returns:
- The bytes for packageName.
-