Interface FileTypeFilterOrBuilder (0.37.0)

public interface FileTypeFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFileType()

public abstract FileTypeFilter.FileType getFileType()

The type of files to return.

.google.cloud.contentwarehouse.v1.FileTypeFilter.FileType file_type = 1;

Returns
TypeDescription
FileTypeFilter.FileType

The fileType.

getFileTypeValue()

public abstract int getFileTypeValue()

The type of files to return.

.google.cloud.contentwarehouse.v1.FileTypeFilter.FileType file_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for fileType.