@Generated(value="by GAPIC") @BetaApi public final class InstancesSetMachineResourcesRequest extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
InstancesSetMachineResourcesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static InstancesSetMachineResourcesRequest |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
List<AcceleratorConfig> |
getGuestAcceleratorsList()
A list of the type and count of accelerator cards attached to the instance.
|
int |
hashCode() |
static InstancesSetMachineResourcesRequest.Builder |
newBuilder() |
static InstancesSetMachineResourcesRequest.Builder |
newBuilder(InstancesSetMachineResourcesRequest prototype) |
InstancesSetMachineResourcesRequest.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public List<AcceleratorConfig> getGuestAcceleratorsList()
public static InstancesSetMachineResourcesRequest.Builder newBuilder()
public static InstancesSetMachineResourcesRequest.Builder newBuilder(InstancesSetMachineResourcesRequest prototype)
public InstancesSetMachineResourcesRequest.Builder toBuilder()
public static InstancesSetMachineResourcesRequest getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.