public interface GetImageRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getImage()
public abstract String getImage()
Name of the image resource to return.
string image = 100313435 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The image. |
getImageBytes()
public abstract ByteString getImageBytes()
Name of the image resource to return.
string image = 100313435 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for image. |
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. |