public static interface Hardware.MachineInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDiskInfos(int index)
public abstract Hardware.DiskInfo getDiskInfos(int index)Output only. Information for each disk installed.
repeated .google.cloud.gdchardwaremanagement.v1alpha.Hardware.DiskInfo disk_infos = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Hardware.DiskInfo |
|
getDiskInfosCount()
public abstract int getDiskInfosCount()Output only. Information for each disk installed.
repeated .google.cloud.gdchardwaremanagement.v1alpha.Hardware.DiskInfo disk_infos = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getDiskInfosList()
public abstract List<Hardware.DiskInfo> getDiskInfosList()Output only. Information for each disk installed.
repeated .google.cloud.gdchardwaremanagement.v1alpha.Hardware.DiskInfo disk_infos = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<DiskInfo> |
|
getDiskInfosOrBuilder(int index)
public abstract Hardware.DiskInfoOrBuilder getDiskInfosOrBuilder(int index)Output only. Information for each disk installed.
repeated .google.cloud.gdchardwaremanagement.v1alpha.Hardware.DiskInfo disk_infos = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Hardware.DiskInfoOrBuilder |
|
getDiskInfosOrBuilderList()
public abstract List<? extends Hardware.DiskInfoOrBuilder> getDiskInfosOrBuilderList()Output only. Information for each disk installed.
repeated .google.cloud.gdchardwaremanagement.v1alpha.Hardware.DiskInfo disk_infos = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gdchardwaremanagement.v1alpha.Hardware.DiskInfoOrBuilder> |
|
getMacAddresses(int index)
public abstract Hardware.MacAddress getMacAddresses(int index)Output only. Each associated MAC address.
repeated .google.cloud.gdchardwaremanagement.v1alpha.Hardware.MacAddress mac_addresses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Hardware.MacAddress |
|
getMacAddressesCount()
public abstract int getMacAddressesCount()Output only. Each associated MAC address.
repeated .google.cloud.gdchardwaremanagement.v1alpha.Hardware.MacAddress mac_addresses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getMacAddressesList()
public abstract List<Hardware.MacAddress> getMacAddressesList()Output only. Each associated MAC address.
repeated .google.cloud.gdchardwaremanagement.v1alpha.Hardware.MacAddress mac_addresses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<MacAddress> |
|
getMacAddressesOrBuilder(int index)
public abstract Hardware.MacAddressOrBuilder getMacAddressesOrBuilder(int index)Output only. Each associated MAC address.
repeated .google.cloud.gdchardwaremanagement.v1alpha.Hardware.MacAddress mac_addresses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Hardware.MacAddressOrBuilder |
|
getMacAddressesOrBuilderList()
public abstract List<? extends Hardware.MacAddressOrBuilder> getMacAddressesOrBuilderList()Output only. Each associated MAC address.
repeated .google.cloud.gdchardwaremanagement.v1alpha.Hardware.MacAddress mac_addresses = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.gdchardwaremanagement.v1alpha.Hardware.MacAddressOrBuilder> |
|
getName()
public abstract String getName()Output only. Machine name.
string name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Output only. Machine name.
string name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getServiceTag()
public abstract String getServiceTag()Output only. Machine service tag.
string service_tag = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The serviceTag. |
getServiceTagBytes()
public abstract ByteString getServiceTagBytes()Output only. Machine service tag.
string service_tag = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceTag. |