Package dev.cerbos.api.v1.telemetry
Interface Telemetry.ServerLaunch.Features.Storage.BundleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Telemetry.ServerLaunch.Features.Storage.Bundle,Telemetry.ServerLaunch.Features.Storage.Bundle.Builder
- Enclosing class:
- Telemetry.ServerLaunch.Features.Storage
public static interface Telemetry.ServerLaunch.Features.Storage.BundleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBundleSource()string bundle_source = 2;com.google.protobuf.ByteStringgetBundleSourceBytes()string bundle_source = 2;java.lang.StringgetClientId()string client_id = 3;com.google.protobuf.ByteStringgetClientIdBytes()string client_id = 3;java.lang.StringgetPdpId()string pdp_id = 1;com.google.protobuf.ByteStringgetPdpIdBytes()string pdp_id = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPdpId
java.lang.String getPdpId()
string pdp_id = 1;- Returns:
- The pdpId.
-
getPdpIdBytes
com.google.protobuf.ByteString getPdpIdBytes()
string pdp_id = 1;- Returns:
- The bytes for pdpId.
-
getBundleSource
java.lang.String getBundleSource()
string bundle_source = 2;- Returns:
- The bundleSource.
-
getBundleSourceBytes
com.google.protobuf.ByteString getBundleSourceBytes()
string bundle_source = 2;- Returns:
- The bytes for bundleSource.
-
getClientId
java.lang.String getClientId()
string client_id = 3;- Returns:
- The clientId.
-
getClientIdBytes
com.google.protobuf.ByteString getClientIdBytes()
string client_id = 3;- Returns:
- The bytes for clientId.
-
-