public static interface Databricks.DocumentationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDocstring()
The string of documentation attached to this particular item.
|
com.google.protobuf.ByteString |
getDocstringBytes()
The string of documentation attached to this particular item.
|
String |
getLeadDoc()
The string of documentation that is *before* this item.
|
com.google.protobuf.ByteString |
getLeadDocBytes()
The string of documentation that is *before* this item.
|
String |
getOriginalProtoPath(int index)
The original proto path in the internal representation.
|
com.google.protobuf.ByteString |
getOriginalProtoPathBytes(int index)
The original proto path in the internal representation.
|
int |
getOriginalProtoPathCount()
The original proto path in the internal representation.
|
List<String> |
getOriginalProtoPathList()
The original proto path in the internal representation.
|
int |
getPosition()
The location (line number) of the start of the documentation.
|
Databricks.Visibility |
getVisibility()
The visibility level when the docstring was generated.
|
boolean |
hasDocstring()
The string of documentation attached to this particular item.
|
boolean |
hasLeadDoc()
The string of documentation that is *before* this item.
|
boolean |
hasPosition()
The location (line number) of the start of the documentation.
|
boolean |
hasVisibility()
The visibility level when the docstring was generated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDocstring()
The string of documentation attached to this particular item.
optional string docstring = 1;
String getDocstring()
The string of documentation attached to this particular item.
optional string docstring = 1;
com.google.protobuf.ByteString getDocstringBytes()
The string of documentation attached to this particular item.
optional string docstring = 1;
boolean hasLeadDoc()
The string of documentation that is *before* this item. This only makes sense for top-level items such as (top-level) messages, (top-level) enumerations, or services. In all other cases, this string is empty.
optional string lead_doc = 2;
String getLeadDoc()
The string of documentation that is *before* this item. This only makes sense for top-level items such as (top-level) messages, (top-level) enumerations, or services. In all other cases, this string is empty.
optional string lead_doc = 2;
com.google.protobuf.ByteString getLeadDocBytes()
The string of documentation that is *before* this item. This only makes sense for top-level items such as (top-level) messages, (top-level) enumerations, or services. In all other cases, this string is empty.
optional string lead_doc = 2;
boolean hasVisibility()
The visibility level when the docstring was generated. The documentation extractor builds multiple versions of the documentation, one for each visibility level. The documentation is then generated for each visibility level.
optional .Visibility visibility = 3;
Databricks.Visibility getVisibility()
The visibility level when the docstring was generated. The documentation extractor builds multiple versions of the documentation, one for each visibility level. The documentation is then generated for each visibility level.
optional .Visibility visibility = 3;
List<String> getOriginalProtoPathList()
The original proto path in the internal representation. This is useful when performing field flattening to figure out what the original field was. One example is ["jobs","Run","original_attempt_run_id"] for jobs. This path is unique.
repeated string original_proto_path = 4;
int getOriginalProtoPathCount()
The original proto path in the internal representation. This is useful when performing field flattening to figure out what the original field was. One example is ["jobs","Run","original_attempt_run_id"] for jobs. This path is unique.
repeated string original_proto_path = 4;
String getOriginalProtoPath(int index)
The original proto path in the internal representation. This is useful when performing field flattening to figure out what the original field was. One example is ["jobs","Run","original_attempt_run_id"] for jobs. This path is unique.
repeated string original_proto_path = 4;
com.google.protobuf.ByteString getOriginalProtoPathBytes(int index)
The original proto path in the internal representation. This is useful when performing field flattening to figure out what the original field was. One example is ["jobs","Run","original_attempt_run_id"] for jobs. This path is unique.
repeated string original_proto_path = 4;
boolean hasPosition()
The location (line number) of the start of the documentation. This is required to keep the pieces of documentation sorted.
optional int32 position = 5;
int getPosition()
The location (line number) of the start of the documentation. This is required to keep the pieces of documentation sorted.
optional int32 position = 5;
Copyright © 2018. All rights reserved.