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