public interface GetMachineImageRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMachineImage()
public abstract String getMachineImage()
The name of the machine image.
string machine_image = 69189475 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The machineImage. |
getMachineImageBytes()
public abstract ByteString getMachineImageBytes()
The name of the machine image.
string machine_image = 69189475 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for machineImage. |
getProject()
public abstract String getProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for project. |