Interface GetBooleanEntitlementRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCustomerId()
      string customer_id = 1 [json_name = "customerId"];
      com.google.protobuf.ByteString getCustomerIdBytes()
      string customer_id = 1 [json_name = "customerId"];
      java.lang.String getFeatureId()
      string feature_id = 2 [json_name = "featureId"];
      com.google.protobuf.ByteString getFeatureIdBytes()
      string feature_id = 2 [json_name = "featureId"];
      BooleanEntitlementOptions getOptions()
      optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
      BooleanEntitlementOptionsOrBuilder getOptionsOrBuilder()
      optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
      java.lang.String getResourceId()
      optional string resource_id = 3 [json_name = "resourceId"];
      com.google.protobuf.ByteString getResourceIdBytes()
      optional string resource_id = 3 [json_name = "resourceId"];
      boolean hasOptions()
      optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
      boolean hasResourceId()
      optional string resource_id = 3 [json_name = "resourceId"];
      • 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

      • getCustomerId

        java.lang.String getCustomerId()
        string customer_id = 1 [json_name = "customerId"];
        Returns:
        The customerId.
      • getCustomerIdBytes

        com.google.protobuf.ByteString getCustomerIdBytes()
        string customer_id = 1 [json_name = "customerId"];
        Returns:
        The bytes for customerId.
      • getFeatureId

        java.lang.String getFeatureId()
        string feature_id = 2 [json_name = "featureId"];
        Returns:
        The featureId.
      • getFeatureIdBytes

        com.google.protobuf.ByteString getFeatureIdBytes()
        string feature_id = 2 [json_name = "featureId"];
        Returns:
        The bytes for featureId.
      • hasResourceId

        boolean hasResourceId()
        optional string resource_id = 3 [json_name = "resourceId"];
        Returns:
        Whether the resourceId field is set.
      • getResourceId

        java.lang.String getResourceId()
        optional string resource_id = 3 [json_name = "resourceId"];
        Returns:
        The resourceId.
      • getResourceIdBytes

        com.google.protobuf.ByteString getResourceIdBytes()
        optional string resource_id = 3 [json_name = "resourceId"];
        Returns:
        The bytes for resourceId.
      • hasOptions

        boolean hasOptions()
        optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
        Returns:
        Whether the options field is set.
      • getOptions

        BooleanEntitlementOptions getOptions()
        optional .stigg.sidecar.v1.BooleanEntitlementOptions options = 4 [json_name = "options"];
        Returns:
        The options.