public interface SendShiftHandoffResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
The contents of the handoff that was sent or would have been sent (if the
request was preview_only).
|
ByteString |
getContentBytes()
The contents of the handoff that was sent or would have been sent (if the
request was preview_only).
|
String |
getContentType()
Content type string, for example, 'text/plain' or 'text/html'.
|
ByteString |
getContentTypeBytes()
Content type string, for example, 'text/plain' or 'text/html'.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getContentType()
Content type string, for example, 'text/plain' or 'text/html'.
string content_type = 1;ByteString getContentTypeBytes()
Content type string, for example, 'text/plain' or 'text/html'.
string content_type = 1;String getContent()
The contents of the handoff that was sent or would have been sent (if the request was preview_only). This will typically contain a full HTML document.
string content = 2;ByteString getContentBytes()
The contents of the handoff that was sent or would have been sent (if the request was preview_only). This will typically contain a full HTML document.
string content = 2;Copyright © 2020 Google LLC. All rights reserved.