public static interface Messages.SourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getData()
The contents of the file
|
com.google.protobuf.ByteString |
getDataBytes()
The contents of the file
|
Messages.Media |
getMedia()
The media type of the file
|
Messages.MediaOrBuilder |
getMediaOrBuilder()
The media type of the file
|
String |
getUri()
The [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier)
of the source, typically a file path relative to the root directory
|
com.google.protobuf.ByteString |
getUriBytes()
The [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier)
of the source, typically a file path relative to the root directory
|
boolean |
hasMedia()
The media type of the file
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUri()
The [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) of the source, typically a file path relative to the root directory
string uri = 1;com.google.protobuf.ByteString getUriBytes()
The [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) of the source, typically a file path relative to the root directory
string uri = 1;String getData()
The contents of the file
string data = 2;com.google.protobuf.ByteString getDataBytes()
The contents of the file
string data = 2;boolean hasMedia()
The media type of the file
.io.cucumber.messages.Media media = 3;Messages.Media getMedia()
The media type of the file
.io.cucumber.messages.Media media = 3;Messages.MediaOrBuilder getMediaOrBuilder()
The media type of the file
.io.cucumber.messages.Media media = 3;Copyright © 2019. All rights reserved.