Package viam.app.packages.v1
Interface Packages.ListPackagesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Packages.ListPackagesRequest
,Packages.ListPackagesRequest.Builder
- Enclosing class:
- Packages
public static interface Packages.ListPackagesRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
optional bool include_url = 5 [json_name = "includeUrl"];
getName()
optional string name = 2 [json_name = "name"];
com.google.protobuf.ByteString
optional string name = 2 [json_name = "name"];
string organization_id = 1 [json_name = "organizationId"];
com.google.protobuf.ByteString
string organization_id = 1 [json_name = "organizationId"];
getType()
optional .viam.app.packages.v1.PackageType type = 4 [json_name = "type"];
int
optional .viam.app.packages.v1.PackageType type = 4 [json_name = "type"];
optional string version = 3 [json_name = "version"];
com.google.protobuf.ByteString
optional string version = 3 [json_name = "version"];
boolean
optional bool include_url = 5 [json_name = "includeUrl"];
boolean
hasName()
optional string name = 2 [json_name = "name"];
boolean
hasType()
optional .viam.app.packages.v1.PackageType type = 4 [json_name = "type"];
boolean
optional string version = 3 [json_name = "version"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrganizationId
String getOrganizationId()string organization_id = 1 [json_name = "organizationId"];
- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];
- Returns:
- The bytes for organizationId.
-
hasName
boolean hasName()optional string name = 2 [json_name = "name"];
- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 2 [json_name = "name"];
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 2 [json_name = "name"];
- Returns:
- The bytes for name.
-
hasVersion
boolean hasVersion()optional string version = 3 [json_name = "version"];
- Returns:
- Whether the version field is set.
-
getVersion
String getVersion()optional string version = 3 [json_name = "version"];
- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()optional string version = 3 [json_name = "version"];
- Returns:
- The bytes for version.
-
hasType
boolean hasType()optional .viam.app.packages.v1.PackageType type = 4 [json_name = "type"];
- Returns:
- Whether the type field is set.
-
getTypeValue
int getTypeValue()optional .viam.app.packages.v1.PackageType type = 4 [json_name = "type"];
- Returns:
- The enum numeric value on the wire for type.
-
getType
Packages.PackageType getType()optional .viam.app.packages.v1.PackageType type = 4 [json_name = "type"];
- Returns:
- The type.
-
hasIncludeUrl
boolean hasIncludeUrl()optional bool include_url = 5 [json_name = "includeUrl"];
- Returns:
- Whether the includeUrl field is set.
-
getIncludeUrl
boolean getIncludeUrl()optional bool include_url = 5 [json_name = "includeUrl"];
- Returns:
- The includeUrl.
-