Package io.stigg.sidecar.proto.v1
Interface ReportUsageResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReportUsageResponse,ReportUsageResponse.Builder
public interface ReportUsageResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMeasurementId()string measurement_id = 1 [json_name = "measurementId"];com.google.protobuf.ByteStringgetMeasurementIdBytes()string measurement_id = 1 [json_name = "measurementId"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMeasurementId
java.lang.String getMeasurementId()
string measurement_id = 1 [json_name = "measurementId"];- Returns:
- The measurementId.
-
getMeasurementIdBytes
com.google.protobuf.ByteString getMeasurementIdBytes()
string measurement_id = 1 [json_name = "measurementId"];- Returns:
- The bytes for measurementId.
-
-