Package viam.app.v1
Class AppOuterClass.ListMachineSummariesRequest
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<AppOuterClass.ListMachineSummariesRequest,AppOuterClass.ListMachineSummariesRequest.Builder>
viam.app.v1.AppOuterClass.ListMachineSummariesRequest
- All Implemented Interfaces:
com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,AppOuterClass.ListMachineSummariesRequestOrBuilder
- Enclosing class:
- AppOuterClass
public static final class AppOuterClass.ListMachineSummariesRequest
extends com.google.protobuf.GeneratedMessageLite<AppOuterClass.ListMachineSummariesRequest,AppOuterClass.ListMachineSummariesRequest.Builder>
implements AppOuterClass.ListMachineSummariesRequestOrBuilder
Protobuf type
viam.app.v1.ListMachineSummariesRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Protobuf typeviam.app.v1.ListMachineSummariesRequest
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,
?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFields
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionprotected final Object
dynamicMethod
(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) getFragmentIds
(int index) Optional list of fragment IDs to filter machines that use any of these fragmentscom.google.protobuf.ByteString
getFragmentIdsBytes
(int index) Optional list of fragment IDs to filter machines that use any of these fragmentsint
Optional list of fragment IDs to filter machines that use any of these fragmentsOptional list of fragment IDs to filter machines that use any of these fragmentsint
getLimit()
Optional max number of machines to return; default to 100 if unsetgetLocationIds
(int index) Optional list of location IDs to filter machines that are in any of these locations.com.google.protobuf.ByteString
getLocationIdsBytes
(int index) Optional list of location IDs to filter machines that are in any of these locations.int
Optional list of location IDs to filter machines that are in any of these locations.Optional list of location IDs to filter machines that are in any of these locations.Optional organization ID.com.google.protobuf.ByteString
Optional organization ID.boolean
hasLimit()
Optional max number of machines to return; default to 100 if unsetparseDelimitedFrom
(InputStream input) parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(byte[] data) parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.ByteString data) parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.CodedInputStream input) parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(InputStream input) parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(ByteBuffer data) parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<AppOuterClass.ListMachineSummariesRequest>
parser()
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
ORGANIZATION_ID_FIELD_NUMBER
public static final int ORGANIZATION_ID_FIELD_NUMBER- See Also:
-
FRAGMENT_IDS_FIELD_NUMBER
public static final int FRAGMENT_IDS_FIELD_NUMBER- See Also:
-
LOCATION_IDS_FIELD_NUMBER
public static final int LOCATION_IDS_FIELD_NUMBER- See Also:
-
LIMIT_FIELD_NUMBER
public static final int LIMIT_FIELD_NUMBER- See Also:
-
-
Method Details
-
getOrganizationId
Optional organization ID. If no value is set it will search among all the organanizations the caller has access to
string organization_id = 1 [json_name = "organizationId"];
- Specified by:
getOrganizationId
in interfaceAppOuterClass.ListMachineSummariesRequestOrBuilder
- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()Optional organization ID. If no value is set it will search among all the organanizations the caller has access to
string organization_id = 1 [json_name = "organizationId"];
- Specified by:
getOrganizationIdBytes
in interfaceAppOuterClass.ListMachineSummariesRequestOrBuilder
- Returns:
- The bytes for organizationId.
-
getFragmentIdsList
Optional list of fragment IDs to filter machines that use any of these fragments
repeated string fragment_ids = 2 [json_name = "fragmentIds"];
- Specified by:
getFragmentIdsList
in interfaceAppOuterClass.ListMachineSummariesRequestOrBuilder
- Returns:
- A list containing the fragmentIds.
-
getFragmentIdsCount
public int getFragmentIdsCount()Optional list of fragment IDs to filter machines that use any of these fragments
repeated string fragment_ids = 2 [json_name = "fragmentIds"];
- Specified by:
getFragmentIdsCount
in interfaceAppOuterClass.ListMachineSummariesRequestOrBuilder
- Returns:
- The count of fragmentIds.
-
getFragmentIds
Optional list of fragment IDs to filter machines that use any of these fragments
repeated string fragment_ids = 2 [json_name = "fragmentIds"];
- Specified by:
getFragmentIds
in interfaceAppOuterClass.ListMachineSummariesRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The fragmentIds at the given index.
-
getFragmentIdsBytes
public com.google.protobuf.ByteString getFragmentIdsBytes(int index) Optional list of fragment IDs to filter machines that use any of these fragments
repeated string fragment_ids = 2 [json_name = "fragmentIds"];
- Specified by:
getFragmentIdsBytes
in interfaceAppOuterClass.ListMachineSummariesRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the fragmentIds at the given index.
-
getLocationIdsList
Optional list of location IDs to filter machines that are in any of these locations.
repeated string location_ids = 3 [json_name = "locationIds"];
- Specified by:
getLocationIdsList
in interfaceAppOuterClass.ListMachineSummariesRequestOrBuilder
- Returns:
- A list containing the locationIds.
-
getLocationIdsCount
public int getLocationIdsCount()Optional list of location IDs to filter machines that are in any of these locations.
repeated string location_ids = 3 [json_name = "locationIds"];
- Specified by:
getLocationIdsCount
in interfaceAppOuterClass.ListMachineSummariesRequestOrBuilder
- Returns:
- The count of locationIds.
-
getLocationIds
Optional list of location IDs to filter machines that are in any of these locations.
repeated string location_ids = 3 [json_name = "locationIds"];
- Specified by:
getLocationIds
in interfaceAppOuterClass.ListMachineSummariesRequestOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The locationIds at the given index.
-
getLocationIdsBytes
public com.google.protobuf.ByteString getLocationIdsBytes(int index) Optional list of location IDs to filter machines that are in any of these locations.
repeated string location_ids = 3 [json_name = "locationIds"];
- Specified by:
getLocationIdsBytes
in interfaceAppOuterClass.ListMachineSummariesRequestOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the locationIds at the given index.
-
hasLimit
public boolean hasLimit()Optional max number of machines to return; default to 100 if unset
optional int32 limit = 4 [json_name = "limit"];
- Specified by:
hasLimit
in interfaceAppOuterClass.ListMachineSummariesRequestOrBuilder
- Returns:
- Whether the limit field is set.
-
getLimit
public int getLimit()Optional max number of machines to return; default to 100 if unset
optional int32 limit = 4 [json_name = "limit"];
- Specified by:
getLimit
in interfaceAppOuterClass.ListMachineSummariesRequestOrBuilder
- Returns:
- The limit.
-
parseFrom
public static AppOuterClass.ListMachineSummariesRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.ListMachineSummariesRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.ListMachineSummariesRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.ListMachineSummariesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.ListMachineSummariesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.ListMachineSummariesRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AppOuterClass.ListMachineSummariesRequest parseFrom(InputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static AppOuterClass.ListMachineSummariesRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static AppOuterClass.ListMachineSummariesRequest parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static AppOuterClass.ListMachineSummariesRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static AppOuterClass.ListMachineSummariesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static AppOuterClass.ListMachineSummariesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
public static AppOuterClass.ListMachineSummariesRequest.Builder newBuilder(AppOuterClass.ListMachineSummariesRequest prototype) -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethod
in classcom.google.protobuf.GeneratedMessageLite<AppOuterClass.ListMachineSummariesRequest,
AppOuterClass.ListMachineSummariesRequest.Builder>
-
getDefaultInstance
-
parser
-