public static interface Messages.AttachmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
string body = 4; |
com.google.protobuf.ByteString |
getBodyBytes()
string body = 4; |
Messages.Attachment.ContentEncoding |
getContentEncoding()
Content encoding is *not* determined by the media type, but rather by the type
of the object being attached:
- string => IDENTITY
- byte array => BASE64
- stream => BASE64
|
int |
getContentEncodingValue()
Content encoding is *not* determined by the media type, but rather by the type
of the object being attached:
- string => IDENTITY
- byte array => BASE64
- stream => BASE64
|
String |
getMediaType()
The media type of the data.
|
com.google.protobuf.ByteString |
getMediaTypeBytes()
The media type of the data.
|
Messages.SourceReference |
getSource()
.io.cucumber.messages.SourceReference source = 1; |
Messages.SourceReferenceOrBuilder |
getSourceOrBuilder()
.io.cucumber.messages.SourceReference source = 1; |
String |
getTestCaseStartedId()
string test_case_started_id = 3; |
com.google.protobuf.ByteString |
getTestCaseStartedIdBytes()
string test_case_started_id = 3; |
String |
getTestStepId()
string test_step_id = 2; |
com.google.protobuf.ByteString |
getTestStepIdBytes()
string test_step_id = 2; |
boolean |
hasSource()
.io.cucumber.messages.SourceReference source = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSource()
.io.cucumber.messages.SourceReference source = 1;Messages.SourceReference getSource()
.io.cucumber.messages.SourceReference source = 1;Messages.SourceReferenceOrBuilder getSourceOrBuilder()
.io.cucumber.messages.SourceReference source = 1;String getTestStepId()
string test_step_id = 2;com.google.protobuf.ByteString getTestStepIdBytes()
string test_step_id = 2;String getTestCaseStartedId()
string test_case_started_id = 3;com.google.protobuf.ByteString getTestCaseStartedIdBytes()
string test_case_started_id = 3;String getBody()
string body = 4;com.google.protobuf.ByteString getBodyBytes()
string body = 4;String getMediaType()
The media 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 media_type = 5;com.google.protobuf.ByteString getMediaTypeBytes()
The media 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 media_type = 5;int getContentEncodingValue()
Content encoding is *not* determined by the media type, but rather by the type of the object being attached: - string => IDENTITY - byte array => BASE64 - stream => BASE64
.io.cucumber.messages.Attachment.ContentEncoding content_encoding = 6;Messages.Attachment.ContentEncoding getContentEncoding()
Content encoding is *not* determined by the media type, but rather by the type of the object being attached: - string => IDENTITY - byte array => BASE64 - stream => BASE64
.io.cucumber.messages.Attachment.ContentEncoding content_encoding = 6;Copyright © 2020. All rights reserved.