public interface ExtendedSourceContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Labels with user defined metadata.
|
SourceContext |
getContext()
Any source context.
|
SourceContextOrBuilder |
getContextOrBuilder()
Any source context.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Labels with user defined metadata.
|
Map<String,String> |
getLabelsMap()
Labels with user defined metadata.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Labels with user defined metadata.
|
String |
getLabelsOrThrow(String key)
Labels with user defined metadata.
|
boolean |
hasContext()
Any source context.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasContext()
Any source context.
.google.devtools.source.v1.SourceContext context = 1;SourceContext getContext()
Any source context.
.google.devtools.source.v1.SourceContext context = 1;SourceContextOrBuilder getContextOrBuilder()
Any source context.
.google.devtools.source.v1.SourceContext context = 1;int getLabelsCount()
Labels with user defined metadata.
map<string, string> labels = 2;boolean containsLabels(String key)
Labels with user defined metadata.
map<string, string> labels = 2;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Labels with user defined metadata.
map<string, string> labels = 2;String getLabelsOrDefault(String key, String defaultValue)
Labels with user defined metadata.
map<string, string> labels = 2;Copyright © 2024 Google LLC. All rights reserved.