public static interface Hardware.DiskInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getManufacturer()
public abstract String getManufacturer()Output only. Disk manufacturer.
string manufacturer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The manufacturer. |
getManufacturerBytes()
public abstract ByteString getManufacturerBytes()Output only. Disk manufacturer.
string manufacturer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for manufacturer. |
getModelNumber()
public abstract String getModelNumber()Output only. Disk model number.
string model_number = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The modelNumber. |
getModelNumberBytes()
public abstract ByteString getModelNumberBytes()Output only. Disk model number.
string model_number = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for modelNumber. |
getPartNumber()
public abstract String getPartNumber()Output only. Disk part number.
string part_number = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The partNumber. |
getPartNumberBytes()
public abstract ByteString getPartNumberBytes()Output only. Disk part number.
string part_number = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for partNumber. |
getPsid()
public abstract String getPsid()Output only. Disk PSID.
string psid = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The psid. |
getPsidBytes()
public abstract ByteString getPsidBytes()Output only. Disk PSID.
string psid = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for psid. |
getSerialNumber()
public abstract String getSerialNumber()Output only. Disk serial number.
string serial_number = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The serialNumber. |
getSerialNumberBytes()
public abstract ByteString getSerialNumberBytes()Output only. Disk serial number.
string serial_number = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serialNumber. |
getSlot()
public abstract int getSlot()Output only. Disk slot number.
int32 slot = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The slot. |