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

io.stigg.sidecar.proto.v1.ReloadEntitlementsRequestOrBuilder 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 ReloadEntitlementsRequestOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:stigg.sidecar.v1.ReloadEntitlementsRequest)
    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();

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy