Interface Telemetry.ServerLaunch.Features.Storage.BundleOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBundleSource()
      string bundle_source = 2;
      com.google.protobuf.ByteString getBundleSourceBytes()
      string bundle_source = 2;
      java.lang.String getClientId()
      string client_id = 3;
      com.google.protobuf.ByteString getClientIdBytes()
      string client_id = 3;
      java.lang.String getPdpId()
      string pdp_id = 1;
      com.google.protobuf.ByteString getPdpIdBytes()
      string pdp_id = 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 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.