public static interface Protos.TemplateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
optional string body = 2; |
com.google.protobuf.ByteString |
getBodyBytes()
optional string body = 2; |
String |
getContentType()
optional string content_type = 3; |
com.google.protobuf.ByteString |
getContentTypeBytes()
optional string content_type = 3; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
boolean |
hasBody()
optional string body = 2; |
boolean |
hasContentType()
optional string content_type = 3; |
boolean |
hasName()
required string name = 1; |
boolean hasName()
required string name = 1;String getName()
required string name = 1;com.google.protobuf.ByteString getNameBytes()
required string name = 1;boolean hasBody()
optional string body = 2;String getBody()
optional string body = 2;com.google.protobuf.ByteString getBodyBytes()
optional string body = 2;boolean hasContentType()
optional string content_type = 3;String getContentType()
optional string content_type = 3;com.google.protobuf.ByteString getContentTypeBytes()
optional string content_type = 3;Copyright © 2015. All rights reserved.