Package viam.app.v1
Class AppOuterClass.ListMachineFragmentsRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.ListMachineFragmentsRequest,AppOuterClass.ListMachineFragmentsRequest.Builder>
viam.app.v1.AppOuterClass.ListMachineFragmentsRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,AppOuterClass.ListMachineFragmentsRequestOrBuilder
- Enclosing class:
- AppOuterClass.ListMachineFragmentsRequest
public static final class AppOuterClass.ListMachineFragmentsRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.ListMachineFragmentsRequest,AppOuterClass.ListMachineFragmentsRequest.Builder>
implements AppOuterClass.ListMachineFragmentsRequestOrBuilder
Protobuf type
viam.app.v1.ListMachineFragmentsRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionaddAdditionalFragmentIds(String value) TODO(APP-7642): Mark this field as deprecatedaddAdditionalFragmentIdsBytes(com.google.protobuf.ByteString value) TODO(APP-7642): Mark this field as deprecatedaddAdditionalFragments(int index, AppOuterClass.AdditionalFragment value) additional fragments to append to the response.addAdditionalFragments(int index, AppOuterClass.AdditionalFragment.Builder builderForValue) additional fragments to append to the response.additional fragments to append to the response.addAdditionalFragments(AppOuterClass.AdditionalFragment.Builder builderForValue) additional fragments to append to the response.addAllAdditionalFragmentIds(Iterable<String> values) TODO(APP-7642): Mark this field as deprecatedaddAllAdditionalFragments(Iterable<? extends AppOuterClass.AdditionalFragment> values) additional fragments to append to the response.TODO(APP-7642): Mark this field as deprecatedadditional fragments to append to the response.the machine_id used to filter fragments defined in a machine's parts.getAdditionalFragmentIds(int index) TODO(APP-7642): Mark this field as deprecatedcom.google.protobuf.ByteStringgetAdditionalFragmentIdsBytes(int index) TODO(APP-7642): Mark this field as deprecatedintTODO(APP-7642): Mark this field as deprecatedTODO(APP-7642): Mark this field as deprecatedgetAdditionalFragments(int index) additional fragments to append to the response.intadditional fragments to append to the response.additional fragments to append to the response.the machine_id used to filter fragments defined in a machine's parts.com.google.protobuf.ByteStringthe machine_id used to filter fragments defined in a machine's parts.removeAdditionalFragments(int index) additional fragments to append to the response.setAdditionalFragmentIds(int index, String value) TODO(APP-7642): Mark this field as deprecatedsetAdditionalFragments(int index, AppOuterClass.AdditionalFragment value) additional fragments to append to the response.setAdditionalFragments(int index, AppOuterClass.AdditionalFragment.Builder builderForValue) additional fragments to append to the response.setMachineId(String value) the machine_id used to filter fragments defined in a machine's parts.setMachineIdBytes(com.google.protobuf.ByteString value) the machine_id used to filter fragments defined in a machine's parts.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getMachineId
the machine_id used to filter fragments defined in a machine's parts. Also returns any fragments nested within the fragments defined in parts.
string machine_id = 1 [json_name = "machineId"];- Specified by:
getMachineIdin interfaceAppOuterClass.ListMachineFragmentsRequestOrBuilder- Returns:
- The machineId.
-
getMachineIdBytes
public com.google.protobuf.ByteString getMachineIdBytes()the machine_id used to filter fragments defined in a machine's parts. Also returns any fragments nested within the fragments defined in parts.
string machine_id = 1 [json_name = "machineId"];- Specified by:
getMachineIdBytesin interfaceAppOuterClass.ListMachineFragmentsRequestOrBuilder- Returns:
- The bytes for machineId.
-
setMachineId
the machine_id used to filter fragments defined in a machine's parts. Also returns any fragments nested within the fragments defined in parts.
string machine_id = 1 [json_name = "machineId"];- Parameters:
value- The machineId to set.- Returns:
- This builder for chaining.
-
clearMachineId
the machine_id used to filter fragments defined in a machine's parts. Also returns any fragments nested within the fragments defined in parts.
string machine_id = 1 [json_name = "machineId"];- Returns:
- This builder for chaining.
-
setMachineIdBytes
public AppOuterClass.ListMachineFragmentsRequest.Builder setMachineIdBytes(com.google.protobuf.ByteString value) the machine_id used to filter fragments defined in a machine's parts. Also returns any fragments nested within the fragments defined in parts.
string machine_id = 1 [json_name = "machineId"];- Parameters:
value- The bytes for machineId to set.- Returns:
- This builder for chaining.
-
getAdditionalFragmentIdsList
TODO(APP-7642): Mark this field as deprecated
repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"];- Specified by:
getAdditionalFragmentIdsListin interfaceAppOuterClass.ListMachineFragmentsRequestOrBuilder- Returns:
- A list containing the additionalFragmentIds.
-
getAdditionalFragmentIdsCount
public int getAdditionalFragmentIdsCount()TODO(APP-7642): Mark this field as deprecated
repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"];- Specified by:
getAdditionalFragmentIdsCountin interfaceAppOuterClass.ListMachineFragmentsRequestOrBuilder- Returns:
- The count of additionalFragmentIds.
-
getAdditionalFragmentIds
TODO(APP-7642): Mark this field as deprecated
repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"];- Specified by:
getAdditionalFragmentIdsin interfaceAppOuterClass.ListMachineFragmentsRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The additionalFragmentIds at the given index.
-
getAdditionalFragmentIdsBytes
public com.google.protobuf.ByteString getAdditionalFragmentIdsBytes(int index) TODO(APP-7642): Mark this field as deprecated
repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"];- Specified by:
getAdditionalFragmentIdsBytesin interfaceAppOuterClass.ListMachineFragmentsRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the additionalFragmentIds at the given index.
-
setAdditionalFragmentIds
public AppOuterClass.ListMachineFragmentsRequest.Builder setAdditionalFragmentIds(int index, String value) TODO(APP-7642): Mark this field as deprecated
repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"];- Parameters:
index- The index to set the value at.value- The additionalFragmentIds to set.- Returns:
- This builder for chaining.
-
addAdditionalFragmentIds
TODO(APP-7642): Mark this field as deprecated
repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"];- Parameters:
value- The additionalFragmentIds to add.- Returns:
- This builder for chaining.
-
addAllAdditionalFragmentIds
public AppOuterClass.ListMachineFragmentsRequest.Builder addAllAdditionalFragmentIds(Iterable<String> values) TODO(APP-7642): Mark this field as deprecated
repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"];- Parameters:
values- The additionalFragmentIds to add.- Returns:
- This builder for chaining.
-
clearAdditionalFragmentIds
TODO(APP-7642): Mark this field as deprecated
repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"];- Returns:
- This builder for chaining.
-
addAdditionalFragmentIdsBytes
public AppOuterClass.ListMachineFragmentsRequest.Builder addAdditionalFragmentIdsBytes(com.google.protobuf.ByteString value) TODO(APP-7642): Mark this field as deprecated
repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"];- Parameters:
value- The bytes of the additionalFragmentIds to add.- Returns:
- This builder for chaining.
-
getAdditionalFragmentsList
additional fragments to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.
repeated .viam.app.v1.AdditionalFragment additional_fragments = 3 [json_name = "additionalFragments"];- Specified by:
getAdditionalFragmentsListin interfaceAppOuterClass.ListMachineFragmentsRequestOrBuilder
-
getAdditionalFragmentsCount
public int getAdditionalFragmentsCount()additional fragments to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.
repeated .viam.app.v1.AdditionalFragment additional_fragments = 3 [json_name = "additionalFragments"];- Specified by:
getAdditionalFragmentsCountin interfaceAppOuterClass.ListMachineFragmentsRequestOrBuilder
-
getAdditionalFragments
additional fragments to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.
repeated .viam.app.v1.AdditionalFragment additional_fragments = 3 [json_name = "additionalFragments"];- Specified by:
getAdditionalFragmentsin interfaceAppOuterClass.ListMachineFragmentsRequestOrBuilder
-
setAdditionalFragments
public AppOuterClass.ListMachineFragmentsRequest.Builder setAdditionalFragments(int index, AppOuterClass.AdditionalFragment value) additional fragments to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.
repeated .viam.app.v1.AdditionalFragment additional_fragments = 3 [json_name = "additionalFragments"]; -
setAdditionalFragments
public AppOuterClass.ListMachineFragmentsRequest.Builder setAdditionalFragments(int index, AppOuterClass.AdditionalFragment.Builder builderForValue) additional fragments to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.
repeated .viam.app.v1.AdditionalFragment additional_fragments = 3 [json_name = "additionalFragments"]; -
addAdditionalFragments
public AppOuterClass.ListMachineFragmentsRequest.Builder addAdditionalFragments(AppOuterClass.AdditionalFragment value) additional fragments to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.
repeated .viam.app.v1.AdditionalFragment additional_fragments = 3 [json_name = "additionalFragments"]; -
addAdditionalFragments
public AppOuterClass.ListMachineFragmentsRequest.Builder addAdditionalFragments(int index, AppOuterClass.AdditionalFragment value) additional fragments to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.
repeated .viam.app.v1.AdditionalFragment additional_fragments = 3 [json_name = "additionalFragments"]; -
addAdditionalFragments
public AppOuterClass.ListMachineFragmentsRequest.Builder addAdditionalFragments(AppOuterClass.AdditionalFragment.Builder builderForValue) additional fragments to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.
repeated .viam.app.v1.AdditionalFragment additional_fragments = 3 [json_name = "additionalFragments"]; -
addAdditionalFragments
public AppOuterClass.ListMachineFragmentsRequest.Builder addAdditionalFragments(int index, AppOuterClass.AdditionalFragment.Builder builderForValue) additional fragments to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.
repeated .viam.app.v1.AdditionalFragment additional_fragments = 3 [json_name = "additionalFragments"]; -
addAllAdditionalFragments
public AppOuterClass.ListMachineFragmentsRequest.Builder addAllAdditionalFragments(Iterable<? extends AppOuterClass.AdditionalFragment> values) additional fragments to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.
repeated .viam.app.v1.AdditionalFragment additional_fragments = 3 [json_name = "additionalFragments"]; -
clearAdditionalFragments
additional fragments to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.
repeated .viam.app.v1.AdditionalFragment additional_fragments = 3 [json_name = "additionalFragments"]; -
removeAdditionalFragments
additional fragments to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.
repeated .viam.app.v1.AdditionalFragment additional_fragments = 3 [json_name = "additionalFragments"];
-