public interface GenerateImageBackgroundConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBackgroundDescription()
public abstract String getBackgroundDescription()
Required. Example: "Hat on a baseball field" "on a baseball field" = background description Description of wanted background.
string background_description = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The backgroundDescription. |
getBackgroundDescriptionBytes()
public abstract ByteString getBackgroundDescriptionBytes()
Required. Example: "Hat on a baseball field" "on a baseball field" = background description Description of wanted background.
string background_description = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for backgroundDescription. |
getProductDescription()
public abstract String getProductDescription()
Required. Example: "Hat on a baseball field" "Hat" = product description Description of product.
string product_description = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The productDescription. |
getProductDescriptionBytes()
public abstract ByteString getProductDescriptionBytes()
Required. Example: "Hat on a baseball field" "Hat" = product description Description of product.
string product_description = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for productDescription. |