public static interface Intent.Message.ImageOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAccessibilityText()
Optional.
|
ByteString |
getAccessibilityTextBytes()
Optional.
|
String |
getImageUri()
Optional.
|
ByteString |
getImageUriBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getImageUri()
Optional. The public URI to an image file.
string image_uri = 1 [(.google.api.field_behavior) = OPTIONAL];
ByteString getImageUriBytes()
Optional. The public URI to an image file.
string image_uri = 1 [(.google.api.field_behavior) = OPTIONAL];
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];
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];
Copyright © 2022 Google LLC. All rights reserved.