Package viam.app.v1
Class AppOuterClass.ListMachineSummariesRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.ListMachineSummariesRequest,AppOuterClass.ListMachineSummariesRequest.Builder>
viam.app.v1.AppOuterClass.ListMachineSummariesRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,AppOuterClass.ListMachineSummariesRequestOrBuilder
- Enclosing class:
- AppOuterClass.ListMachineSummariesRequest
public static final class AppOuterClass.ListMachineSummariesRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.ListMachineSummariesRequest,AppOuterClass.ListMachineSummariesRequest.Builder>
implements AppOuterClass.ListMachineSummariesRequestOrBuilder
Protobuf type
viam.app.v1.ListMachineSummariesRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionaddAllFragmentIds
(Iterable<String> values) Optional list of fragment IDs to filter machines that use any of these fragmentsaddFragmentIds
(String value) Optional list of fragment IDs to filter machines that use any of these fragmentsaddFragmentIdsBytes
(com.google.protobuf.ByteString value) 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 fragmentsstring organization_id = 1 [json_name = "organizationId"];
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 fragmentsstring organization_id = 1 [json_name = "organizationId"];
com.google.protobuf.ByteString
string organization_id = 1 [json_name = "organizationId"];
setFragmentIds
(int index, String value) Optional list of fragment IDs to filter machines that use any of these fragmentssetOrganizationId
(String value) string organization_id = 1 [json_name = "organizationId"];
setOrganizationIdBytes
(com.google.protobuf.ByteString value) string organization_id = 1 [json_name = "organizationId"];
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrganizationId
string organization_id = 1 [json_name = "organizationId"];
- Specified by:
getOrganizationId
in interfaceAppOuterClass.ListMachineSummariesRequestOrBuilder
- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];
- Specified by:
getOrganizationIdBytes
in interfaceAppOuterClass.ListMachineSummariesRequestOrBuilder
- Returns:
- The bytes for organizationId.
-
setOrganizationId
string organization_id = 1 [json_name = "organizationId"];
- Parameters:
value
- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
string organization_id = 1 [json_name = "organizationId"];
- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public AppOuterClass.ListMachineSummariesRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value) string organization_id = 1 [json_name = "organizationId"];
- Parameters:
value
- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
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.
-
setFragmentIds
Optional list of fragment IDs to filter machines that use any of these fragments
repeated string fragment_ids = 2 [json_name = "fragmentIds"];
- Parameters:
index
- The index to set the value at.value
- The fragmentIds to set.- Returns:
- This builder for chaining.
-
addFragmentIds
Optional list of fragment IDs to filter machines that use any of these fragments
repeated string fragment_ids = 2 [json_name = "fragmentIds"];
- Parameters:
value
- The fragmentIds to add.- Returns:
- This builder for chaining.
-
addAllFragmentIds
Optional list of fragment IDs to filter machines that use any of these fragments
repeated string fragment_ids = 2 [json_name = "fragmentIds"];
- Parameters:
values
- The fragmentIds to add.- Returns:
- This builder for chaining.
-
clearFragmentIds
Optional list of fragment IDs to filter machines that use any of these fragments
repeated string fragment_ids = 2 [json_name = "fragmentIds"];
- Returns:
- This builder for chaining.
-
addFragmentIdsBytes
public AppOuterClass.ListMachineSummariesRequest.Builder addFragmentIdsBytes(com.google.protobuf.ByteString value) Optional list of fragment IDs to filter machines that use any of these fragments
repeated string fragment_ids = 2 [json_name = "fragmentIds"];
- Parameters:
value
- The bytes of the fragmentIds to add.- Returns:
- This builder for chaining.
-