Interface DisableEntityRequest.DataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEntity()
      string entity = 1 [json_name = "entity"];
      com.google.protobuf.ByteString getEntityBytes()
      string entity = 1 [json_name = "entity"];
      java.lang.String getEntityId()
      string entity_id = 2 [json_name = "entityId"];
      com.google.protobuf.ByteString getEntityIdBytes()
      string entity_id = 2 [json_name = "entityId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getEntity

        java.lang.String getEntity()
        string entity = 1 [json_name = "entity"];
        Returns:
        The entity.
      • getEntityBytes

        com.google.protobuf.ByteString getEntityBytes()
        string entity = 1 [json_name = "entity"];
        Returns:
        The bytes for entity.
      • getEntityId

        java.lang.String getEntityId()
        string entity_id = 2 [json_name = "entityId"];
        Returns:
        The entityId.
      • getEntityIdBytes

        com.google.protobuf.ByteString getEntityIdBytes()
        string entity_id = 2 [json_name = "entityId"];
        Returns:
        The bytes for entityId.