public static final class Intent.Message.RbmCardContent.RbmMedia extends GeneratedMessageV3 implements Intent.Message.RbmCardContent.RbmMediaOrBuilder
Rich Business Messaging (RBM) Media displayed in Cards
The following media-types are currently supported:
Image Types
- image/jpeg
- image/jpg'
- image/gif
image/png
Video Types
video/h263
- video/m4v
- video/mp4
- video/mpeg
- video/mpeg4
- video/webm
Protobuf type
google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent.RbmMedia
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
FILE_URI_FIELD_NUMBER
public static final int FILE_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
HEIGHT_FIELD_NUMBER
public static final int HEIGHT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
THUMBNAIL_URI_FIELD_NUMBER
public static final int THUMBNAIL_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static Intent.Message.RbmCardContent.RbmMedia getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Intent.Message.RbmCardContent.RbmMedia.Builder newBuilder()
newBuilder(Intent.Message.RbmCardContent.RbmMedia prototype)
public static Intent.Message.RbmCardContent.RbmMedia.Builder newBuilder(Intent.Message.RbmCardContent.RbmMedia prototype)
parseDelimitedFrom(InputStream input)
public static Intent.Message.RbmCardContent.RbmMedia parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.RbmCardContent.RbmMedia parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Intent.Message.RbmCardContent.RbmMedia> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public Intent.Message.RbmCardContent.RbmMedia getDefaultInstanceForType()
getFileUri()
public String getFileUri()
Required. Publicly reachable URI of the file. The RBM platform
determines the MIME type of the file from the content-type field in
the HTTP headers when the platform fetches the file. The content-type
field must be present and accurate in the HTTP response from the URL.
string file_uri = 1;
Returns |
Type |
Description |
String |
The fileUri.
|
getFileUriBytes()
public ByteString getFileUriBytes()
Required. Publicly reachable URI of the file. The RBM platform
determines the MIME type of the file from the content-type field in
the HTTP headers when the platform fetches the file. The content-type
field must be present and accurate in the HTTP response from the URL.
string file_uri = 1;
Returns |
Type |
Description |
ByteString |
The bytes for fileUri.
|
getHeight()
public Intent.Message.RbmCardContent.RbmMedia.Height getHeight()
Required for cards with vertical orientation. The height of the media
within a rich card with a vertical layout.
For a standalone card with horizontal layout, height is not
customizable, and this field is ignored.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent.RbmMedia.Height height = 3;
getHeightValue()
public int getHeightValue()
Required for cards with vertical orientation. The height of the media
within a rich card with a vertical layout.
For a standalone card with horizontal layout, height is not
customizable, and this field is ignored.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent.RbmMedia.Height height = 3;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for height.
|
getParserForType()
public Parser<Intent.Message.RbmCardContent.RbmMedia> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getThumbnailUri()
public String getThumbnailUri()
Optional. Publicly reachable URI of the thumbnail.If you don't
provide a thumbnail URI, the RBM platform displays a blank
placeholder thumbnail until the user's device downloads the file.
Depending on the user's setting, the file may not download
automatically and may require the user to tap a download button.
string thumbnail_uri = 2;
Returns |
Type |
Description |
String |
The thumbnailUri.
|
getThumbnailUriBytes()
public ByteString getThumbnailUriBytes()
Optional. Publicly reachable URI of the thumbnail.If you don't
provide a thumbnail URI, the RBM platform displays a blank
placeholder thumbnail until the user's device downloads the file.
Depending on the user's setting, the file may not download
automatically and may require the user to tap a download button.
string thumbnail_uri = 2;
Returns |
Type |
Description |
ByteString |
The bytes for thumbnailUri.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Intent.Message.RbmCardContent.RbmMedia.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Intent.Message.RbmCardContent.RbmMedia.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Intent.Message.RbmCardContent.RbmMedia.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides