Class Intent.Message.RbmCardContent.RbmMedia (4.49.0)

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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Intent.Message.RbmCardContent.RbmMedia

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()
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Intent.Message.RbmCardContent.RbmMedia.Builder newBuilder()
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia.Builder

newBuilder(Intent.Message.RbmCardContent.RbmMedia prototype)

public static Intent.Message.RbmCardContent.RbmMedia.Builder newBuilder(Intent.Message.RbmCardContent.RbmMedia prototype)
Parameter
Name Description
prototype Intent.Message.RbmCardContent.RbmMedia
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia.Builder

parseDelimitedFrom(InputStream input)

public static Intent.Message.RbmCardContent.RbmMedia parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.RbmCardContent.RbmMedia parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Intent.Message.RbmCardContent.RbmMedia parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.RbmCardContent.RbmMedia parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Intent.Message.RbmCardContent.RbmMedia parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.RbmCardContent.RbmMedia parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Intent.Message.RbmCardContent.RbmMedia parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.RbmCardContent.RbmMedia parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Intent.Message.RbmCardContent.RbmMedia parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.RbmCardContent.RbmMedia parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Intent.Message.RbmCardContent.RbmMedia parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Intent.Message.RbmCardContent.RbmMedia parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Intent.Message.RbmCardContent.RbmMedia> parser()
Returns
Type Description
Parser<RbmMedia>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Intent.Message.RbmCardContent.RbmMedia getDefaultInstanceForType()
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia

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;

Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia.Height

The height.

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()
Returns
Type Description
Parser<RbmMedia>
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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Intent.Message.RbmCardContent.RbmMedia.Builder newBuilderForType()
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Intent.Message.RbmCardContent.RbmMedia.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Intent.Message.RbmCardContent.RbmMedia.Builder toBuilder()
Returns
Type Description
Intent.Message.RbmCardContent.RbmMedia.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException