Interface Diagnostic.CodeDescriptionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Diagnostic.CodeDescription
,Diagnostic.CodeDescription.Builder
- Enclosing class:
- Diagnostic
public static interface Diagnostic.CodeDescriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetHref()
string href = 1;
com.google.protobuf.ByteString
string href = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getHref
String getHref()string href = 1;
- Returns:
- The href.
-
getHrefBytes
com.google.protobuf.ByteString getHrefBytes()string href = 1;
- Returns:
- The bytes for href.
-