public static interface Intent.Message.ImageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccessibilityText()
public abstract String getAccessibilityText()Optional. A text description of the image to be used for accessibility, e.g., screen readers.
string accessibility_text = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The accessibilityText. |
getAccessibilityTextBytes()
public abstract ByteString getAccessibilityTextBytes()Optional. A text description of the image to be used for accessibility, e.g., screen readers.
string accessibility_text = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for accessibilityText. |
getImageUri()
public abstract String getImageUri()Optional. The public URI to an image file.
string image_uri = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The imageUri. |
getImageUriBytes()
public abstract ByteString getImageUriBytes()Optional. The public URI to an image file.
string image_uri = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for imageUri. |