public static interface Messages.MediaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
The content type of the data.
|
com.google.protobuf.ByteString |
getContentTypeBytes()
The content type of the data.
|
Messages.Media.Encoding |
getEncoding()
The encoding of the data
|
int |
getEncodingValue()
The encoding of the data
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getEncodingValue()
The encoding of the data
.io.cucumber.messages.Media.Encoding encoding = 1;Messages.Media.Encoding getEncoding()
The encoding of the data
.io.cucumber.messages.Media.Encoding encoding = 1;String getContentType()
The content type of the data. This can be any valid [IANA Media Type](https://www.iana.org/assignments/media-types/media-types.xhtml) as well as Cucumber-specific media types such as `text/x.cucumber.gherkin+plain` and `text/x.cucumber.stacktrace+plain`
string content_type = 2;com.google.protobuf.ByteString getContentTypeBytes()
The content type of the data. This can be any valid [IANA Media Type](https://www.iana.org/assignments/media-types/media-types.xhtml) as well as Cucumber-specific media types such as `text/x.cucumber.gherkin+plain` and `text/x.cucumber.stacktrace+plain`
string content_type = 2;Copyright © 2019. All rights reserved.