All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.stigg.sidecar.proto.v1.GetNumericEntitlementRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.112.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: stigg/sidecar/v1/sidecar.proto

package io.stigg.sidecar.proto.v1;

public interface GetNumericEntitlementRequestOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:stigg.sidecar.v1.GetNumericEntitlementRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string customer_id = 1 [json_name = "customerId"];
   *
   * @return The customerId.
   */
  java.lang.String getCustomerId();

  /**
   * string customer_id = 1 [json_name = "customerId"];
   *
   * @return The bytes for customerId.
   */
  com.google.protobuf.ByteString getCustomerIdBytes();

  /**
   * string feature_id = 2 [json_name = "featureId"];
   *
   * @return The featureId.
   */
  java.lang.String getFeatureId();

  /**
   * string feature_id = 2 [json_name = "featureId"];
   *
   * @return The bytes for featureId.
   */
  com.google.protobuf.ByteString getFeatureIdBytes();

  /**
   * optional string resource_id = 3 [json_name = "resourceId"];
   *
   * @return Whether the resourceId field is set.
   */
  boolean hasResourceId();

  /**
   * optional string resource_id = 3 [json_name = "resourceId"];
   *
   * @return The resourceId.
   */
  java.lang.String getResourceId();

  /**
   * optional string resource_id = 3 [json_name = "resourceId"];
   *
   * @return The bytes for resourceId.
   */
  com.google.protobuf.ByteString getResourceIdBytes();

  /**
   * optional .stigg.sidecar.v1.NumericEntitlementOptions options = 4 [json_name = "options"];
   * 
   *
   * @return Whether the options field is set.
   */
  boolean hasOptions();

  /**
   * optional .stigg.sidecar.v1.NumericEntitlementOptions options = 4 [json_name = "options"];
   * 
   *
   * @return The options.
   */
  io.stigg.sidecar.proto.v1.NumericEntitlementOptions getOptions();

  /**
   * optional .stigg.sidecar.v1.NumericEntitlementOptions options = 4 [json_name = "options"];
   * 
   */
  io.stigg.sidecar.proto.v1.NumericEntitlementOptionsOrBuilder getOptionsOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy