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
|
String |
getMediaType()
The media type of the file.
|
com.google.protobuf.ByteString |
getMediaTypeBytes()
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
|
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;String getMediaType()
The media type of the file. Can be used to specify custom types, such as text/x.cucumber.gherkin+plain
string media_type = 3;com.google.protobuf.ByteString getMediaTypeBytes()
The media type of the file. Can be used to specify custom types, such as text/x.cucumber.gherkin+plain
string media_type = 3;Copyright © 2020. All rights reserved.