Interface ReloadEntitlementsRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ReloadEntitlementsRequest, ReloadEntitlementsRequest.Builder

    public interface ReloadEntitlementsRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCustomerId()
      string customer_id = 1 [json_name = "customerId"];
      com.google.protobuf.ByteString getCustomerIdBytes()
      string customer_id = 1 [json_name = "customerId"];
      java.lang.String getResourceId()
      optional string resource_id = 2 [json_name = "resourceId"];
      com.google.protobuf.ByteString getResourceIdBytes()
      optional string resource_id = 2 [json_name = "resourceId"];
      boolean hasResourceId()
      optional string resource_id = 2 [json_name = "resourceId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.