Class Telemetry.SubscriptionResponse.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Telemetry.SubscriptionResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Telemetry.SubscriptionResponse.Builder>
      • getDefaultInstanceForType

        public Telemetry.SubscriptionResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Telemetry.SubscriptionResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Telemetry.SubscriptionResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Telemetry.SubscriptionResponse.Builder>
      • getSubscriptionId

        public int getSubscriptionId()
         Unique id for the subscription on the device. This is
         generated by the device and returned in a subscription
         request or when listing existing subscriptions
         
        uint32 subscription_id = 1;
        Specified by:
        getSubscriptionId in interface Telemetry.SubscriptionResponseOrBuilder
      • setSubscriptionId

        public Telemetry.SubscriptionResponse.Builder setSubscriptionId​(int value)
         Unique id for the subscription on the device. This is
         generated by the device and returned in a subscription
         request or when listing existing subscriptions
         
        uint32 subscription_id = 1;
      • clearSubscriptionId

        public Telemetry.SubscriptionResponse.Builder clearSubscriptionId()
         Unique id for the subscription on the device. This is
         generated by the device and returned in a subscription
         request or when listing existing subscriptions
         
        uint32 subscription_id = 1;