Package com.google.cloud.apigateway.v1
Interface OperationMetadata.DiagnosticOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OperationMetadata.Diagnostic
,OperationMetadata.Diagnostic.Builder
- Enclosing class:
- OperationMetadata
public static interface OperationMetadata.DiagnosticOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLocation()
Location of the diagnostic.com.google.protobuf.ByteString
getLocationBytes()
Location of the diagnostic.String
getMessage()
The diagnostic message.com.google.protobuf.ByteString
getMessageBytes()
The diagnostic message.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLocation
String getLocation()
Location of the diagnostic.
string location = 1;
- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
Location of the diagnostic.
string location = 1;
- Returns:
- The bytes for location.
-
getMessage
String getMessage()
The diagnostic message.
string message = 2;
- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
The diagnostic message.
string message = 2;
- Returns:
- The bytes for message.
-
-