Package io.stigg.sidecar.proto.v1
Interface GetEntitlementsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetEntitlementsRequest,GetEntitlementsRequest.Builder
public interface GetEntitlementsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCustomerId()string customer_id = 1 [json_name = "customerId"];com.google.protobuf.ByteStringgetCustomerIdBytes()string customer_id = 1 [json_name = "customerId"];java.lang.StringgetResourceId()optional string resource_id = 2 [json_name = "resourceId"];com.google.protobuf.ByteStringgetResourceIdBytes()optional string resource_id = 2 [json_name = "resourceId"];booleanhasResourceId()optional string resource_id = 2 [json_name = "resourceId"];-
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.
-
hasResourceId
boolean hasResourceId()
optional string resource_id = 2 [json_name = "resourceId"];- Returns:
- Whether the resourceId field is set.
-
getResourceId
java.lang.String getResourceId()
optional string resource_id = 2 [json_name = "resourceId"];- Returns:
- The resourceId.
-
getResourceIdBytes
com.google.protobuf.ByteString getResourceIdBytes()
optional string resource_id = 2 [json_name = "resourceId"];- Returns:
- The bytes for resourceId.
-
-