Interface FileContextOrBuilder (0.7.0)

public interface FileContextOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFileBytes()

public abstract FileContext.FileBytes getFileBytes()

Optional. File provided as raw bytes.

.google.cloud.ces.v1beta.FileContext.FileBytes file_bytes = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FileContext.FileBytes

The fileBytes.

getFileBytesOrBuilder()

public abstract FileContext.FileBytesOrBuilder getFileBytesOrBuilder()

Optional. File provided as raw bytes.

.google.cloud.ces.v1beta.FileContext.FileBytes file_bytes = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FileContext.FileBytesOrBuilder

getFileCase()

public abstract FileContext.FileCase getFileCase()
Returns
Type Description
FileContext.FileCase

hasFileBytes()

public abstract boolean hasFileBytes()

Optional. File provided as raw bytes.

.google.cloud.ces.v1beta.FileContext.FileBytes file_bytes = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the fileBytes field is set.