Package viam.app.v1
Interface AppOuterClass.ListRegistryItemsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.ListRegistryItemsRequest,AppOuterClass.ListRegistryItemsRequest.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.ListRegistryItemsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanoptional bool include_markdown_documentation = 9 [json_name = "includeMarkdownDocumentation"];The id of the organization to return registry items for.com.google.protobuf.ByteStringThe id of the organization to return registry items for.optional string page_token = 7 [json_name = "pageToken"];com.google.protobuf.ByteStringoptional string page_token = 7 [json_name = "pageToken"];getPlatforms(int index) repeated string platforms = 4 [json_name = "platforms"];com.google.protobuf.ByteStringgetPlatformsBytes(int index) repeated string platforms = 4 [json_name = "platforms"];intrepeated string platforms = 4 [json_name = "platforms"];repeated string platforms = 4 [json_name = "platforms"];getPublicNamespaces(int index) One or more public namespaces to return results for.com.google.protobuf.ByteStringgetPublicNamespacesBytes(int index) One or more public namespaces to return results for.intOne or more public namespaces to return results for.One or more public namespaces to return results for.optional string search_term = 6 [json_name = "searchTerm"];com.google.protobuf.ByteStringoptional string search_term = 6 [json_name = "searchTerm"];getStatuses(int index) repeated .viam.app.v1.RegistryItemStatus statuses = 5 [json_name = "statuses"];intrepeated .viam.app.v1.RegistryItemStatus statuses = 5 [json_name = "statuses"];repeated .viam.app.v1.RegistryItemStatus statuses = 5 [json_name = "statuses"];intgetStatusesValue(int index) repeated .viam.app.v1.RegistryItemStatus statuses = 5 [json_name = "statuses"];repeated .viam.app.v1.RegistryItemStatus statuses = 5 [json_name = "statuses"];getTypes(int index) repeated .viam.app.packages.v1.PackageType types = 2 [json_name = "types"];intrepeated .viam.app.packages.v1.PackageType types = 2 [json_name = "types"];repeated .viam.app.packages.v1.PackageType types = 2 [json_name = "types"];intgetTypesValue(int index) repeated .viam.app.packages.v1.PackageType types = 2 [json_name = "types"];repeated .viam.app.packages.v1.PackageType types = 2 [json_name = "types"];getVisibilities(int index) repeated .viam.app.v1.Visibility visibilities = 3 [json_name = "visibilities"];intrepeated .viam.app.v1.Visibility visibilities = 3 [json_name = "visibilities"];repeated .viam.app.v1.Visibility visibilities = 3 [json_name = "visibilities"];intgetVisibilitiesValue(int index) repeated .viam.app.v1.Visibility visibilities = 3 [json_name = "visibilities"];repeated .viam.app.v1.Visibility visibilities = 3 [json_name = "visibilities"];booleanoptional bool include_markdown_documentation = 9 [json_name = "includeMarkdownDocumentation"];booleanThe id of the organization to return registry items for.booleanoptional string page_token = 7 [json_name = "pageToken"];booleanoptional string search_term = 6 [json_name = "searchTerm"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasOrganizationId
boolean hasOrganizationId()The id of the organization to return registry items for.
optional string organization_id = 1 [json_name = "organizationId"];- Returns:
- Whether the organizationId field is set.
-
getOrganizationId
String getOrganizationId()The id of the organization to return registry items for.
optional string organization_id = 1 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()The id of the organization to return registry items for.
optional string organization_id = 1 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
getTypesList
List<Packages.PackageType> getTypesList()repeated .viam.app.packages.v1.PackageType types = 2 [json_name = "types"];- Returns:
- A list containing the types.
-
getTypesCount
int getTypesCount()repeated .viam.app.packages.v1.PackageType types = 2 [json_name = "types"];- Returns:
- The count of types.
-
getTypes
repeated .viam.app.packages.v1.PackageType types = 2 [json_name = "types"];- Parameters:
index- The index of the element to return.- Returns:
- The types at the given index.
-
getTypesValueList
repeated .viam.app.packages.v1.PackageType types = 2 [json_name = "types"];- Returns:
- A list containing the enum numeric values on the wire for types.
-
getTypesValue
int getTypesValue(int index) repeated .viam.app.packages.v1.PackageType types = 2 [json_name = "types"];- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of types at the given index.
-
getVisibilitiesList
List<AppOuterClass.Visibility> getVisibilitiesList()repeated .viam.app.v1.Visibility visibilities = 3 [json_name = "visibilities"];- Returns:
- A list containing the visibilities.
-
getVisibilitiesCount
int getVisibilitiesCount()repeated .viam.app.v1.Visibility visibilities = 3 [json_name = "visibilities"];- Returns:
- The count of visibilities.
-
getVisibilities
repeated .viam.app.v1.Visibility visibilities = 3 [json_name = "visibilities"];- Parameters:
index- The index of the element to return.- Returns:
- The visibilities at the given index.
-
getVisibilitiesValueList
repeated .viam.app.v1.Visibility visibilities = 3 [json_name = "visibilities"];- Returns:
- A list containing the enum numeric values on the wire for visibilities.
-
getVisibilitiesValue
int getVisibilitiesValue(int index) repeated .viam.app.v1.Visibility visibilities = 3 [json_name = "visibilities"];- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of visibilities at the given index.
-
getPlatformsList
repeated string platforms = 4 [json_name = "platforms"];- Returns:
- A list containing the platforms.
-
getPlatformsCount
int getPlatformsCount()repeated string platforms = 4 [json_name = "platforms"];- Returns:
- The count of platforms.
-
getPlatforms
repeated string platforms = 4 [json_name = "platforms"];- Parameters:
index- The index of the element to return.- Returns:
- The platforms at the given index.
-
getPlatformsBytes
com.google.protobuf.ByteString getPlatformsBytes(int index) repeated string platforms = 4 [json_name = "platforms"];- Parameters:
index- The index of the element to return.- Returns:
- The platforms at the given index.
-
getStatusesList
List<AppOuterClass.RegistryItemStatus> getStatusesList()repeated .viam.app.v1.RegistryItemStatus statuses = 5 [json_name = "statuses"];- Returns:
- A list containing the statuses.
-
getStatusesCount
int getStatusesCount()repeated .viam.app.v1.RegistryItemStatus statuses = 5 [json_name = "statuses"];- Returns:
- The count of statuses.
-
getStatuses
repeated .viam.app.v1.RegistryItemStatus statuses = 5 [json_name = "statuses"];- Parameters:
index- The index of the element to return.- Returns:
- The statuses at the given index.
-
getStatusesValueList
repeated .viam.app.v1.RegistryItemStatus statuses = 5 [json_name = "statuses"];- Returns:
- A list containing the enum numeric values on the wire for statuses.
-
getStatusesValue
int getStatusesValue(int index) repeated .viam.app.v1.RegistryItemStatus statuses = 5 [json_name = "statuses"];- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of statuses at the given index.
-
hasSearchTerm
boolean hasSearchTerm()optional string search_term = 6 [json_name = "searchTerm"];- Returns:
- Whether the searchTerm field is set.
-
getSearchTerm
String getSearchTerm()optional string search_term = 6 [json_name = "searchTerm"];- Returns:
- The searchTerm.
-
getSearchTermBytes
com.google.protobuf.ByteString getSearchTermBytes()optional string search_term = 6 [json_name = "searchTerm"];- Returns:
- The bytes for searchTerm.
-
hasPageToken
boolean hasPageToken()optional string page_token = 7 [json_name = "pageToken"];- Returns:
- Whether the pageToken field is set.
-
getPageToken
String getPageToken()optional string page_token = 7 [json_name = "pageToken"];- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()optional string page_token = 7 [json_name = "pageToken"];- Returns:
- The bytes for pageToken.
-
getPublicNamespacesList
One or more public namespaces to return results for.
repeated string public_namespaces = 8 [json_name = "publicNamespaces"];- Returns:
- A list containing the publicNamespaces.
-
getPublicNamespacesCount
int getPublicNamespacesCount()One or more public namespaces to return results for.
repeated string public_namespaces = 8 [json_name = "publicNamespaces"];- Returns:
- The count of publicNamespaces.
-
getPublicNamespaces
One or more public namespaces to return results for.
repeated string public_namespaces = 8 [json_name = "publicNamespaces"];- Parameters:
index- The index of the element to return.- Returns:
- The publicNamespaces at the given index.
-
getPublicNamespacesBytes
com.google.protobuf.ByteString getPublicNamespacesBytes(int index) One or more public namespaces to return results for.
repeated string public_namespaces = 8 [json_name = "publicNamespaces"];- Parameters:
index- The index of the element to return.- Returns:
- The publicNamespaces at the given index.
-
hasIncludeMarkdownDocumentation
boolean hasIncludeMarkdownDocumentation()optional bool include_markdown_documentation = 9 [json_name = "includeMarkdownDocumentation"];- Returns:
- Whether the includeMarkdownDocumentation field is set.
-
getIncludeMarkdownDocumentation
boolean getIncludeMarkdownDocumentation()optional bool include_markdown_documentation = 9 [json_name = "includeMarkdownDocumentation"];- Returns:
- The includeMarkdownDocumentation.
-