io.stigg.sidecar.proto.v1.GetMeteredEntitlementRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: stigg/sidecar/v1/sidecar.proto
package io.stigg.sidecar.proto.v1;
public interface GetMeteredEntitlementRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:stigg.sidecar.v1.GetMeteredEntitlementRequest)
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.MeteredEntitlementOptions options = 4 [json_name = "options"];
*
*
* @return Whether the options field is set.
*/
boolean hasOptions();
/**
* optional .stigg.sidecar.v1.MeteredEntitlementOptions options = 4 [json_name = "options"];
*
*
* @return The options.
*/
io.stigg.sidecar.proto.v1.MeteredEntitlementOptions getOptions();
/**
* optional .stigg.sidecar.v1.MeteredEntitlementOptions options = 4 [json_name = "options"];
*
*/
io.stigg.sidecar.proto.v1.MeteredEntitlementOptionsOrBuilder getOptionsOrBuilder();
}