public static interface PublisherModel.DocumentationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Required.
|
com.google.protobuf.ByteString |
getContentBytes()
Required.
|
String |
getTitle()
Required.
|
com.google.protobuf.ByteString |
getTitleBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTitle()
Required. E.g., OVERVIEW, USE CASES, DOCUMENTATION, SDK & SAMPLES, JAVA, NODE.JS, etc..
string title = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTitleBytes()
Required. E.g., OVERVIEW, USE CASES, DOCUMENTATION, SDK & SAMPLES, JAVA, NODE.JS, etc..
string title = 1 [(.google.api.field_behavior) = REQUIRED];String getContent()
Required. Content of this piece of document (in Markdown format).
string content = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getContentBytes()
Required. Content of this piece of document (in Markdown format).
string content = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.