Package viam.app.v1
Interface AppOuterClass.FragmentUsageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.FragmentUsage,AppOuterClass.FragmentUsage.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.FragmentUsageOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring fragment_id = 1 [json_name = "fragmentId"];com.google.protobuf.ByteStringstring fragment_id = 1 [json_name = "fragmentId"];intint32 machines = 3 [json_name = "machines"];intint32 machines_in_current_org = 4 [json_name = "machinesInCurrentOrg"];intint32 organizations = 2 [json_name = "organizations"];revision or tagcom.google.protobuf.ByteStringrevision or tagbooleanrevision or tagMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getFragmentId
String getFragmentId()string fragment_id = 1 [json_name = "fragmentId"];- Returns:
- The fragmentId.
-
getFragmentIdBytes
com.google.protobuf.ByteString getFragmentIdBytes()string fragment_id = 1 [json_name = "fragmentId"];- Returns:
- The bytes for fragmentId.
-
getOrganizations
int getOrganizations()int32 organizations = 2 [json_name = "organizations"];- Returns:
- The organizations.
-
getMachines
int getMachines()int32 machines = 3 [json_name = "machines"];- Returns:
- The machines.
-
getMachinesInCurrentOrg
int getMachinesInCurrentOrg()int32 machines_in_current_org = 4 [json_name = "machinesInCurrentOrg"];- Returns:
- The machinesInCurrentOrg.
-
hasVersion
boolean hasVersion()revision or tag
optional string version = 5 [json_name = "version"];- Returns:
- Whether the version field is set.
-
getVersion
String getVersion()revision or tag
optional string version = 5 [json_name = "version"];- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()revision or tag
optional string version = 5 [json_name = "version"];- Returns:
- The bytes for version.
-