public interface UsageOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLimaInstance()
public abstract String getLimaInstance()
LiMa Instance resource name, i.e. projects/{project}/locations/{location}/instances/{instance}
string lima_instance = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The limaInstance. |
getLimaInstanceBytes()
public abstract ByteString getLimaInstanceBytes()
LiMa Instance resource name, i.e. projects/{project}/locations/{location}/instances/{instance}
string lima_instance = 1 [(.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for limaInstance. |
getUsers()
public abstract int getUsers()
Number of unique users accessing the VM.
int32 users = 2;
Returns | |
---|---|
Type | Description |
int |
The users. |