public interface FileContextOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |